• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sile-typesetter / sile / 9304049654

30 May 2024 02:12PM UTC coverage: 60.021% (-14.7%) from 74.707%
9304049654

push

github

web-flow
Merge 1a26b4f22 into a1fd105f8

6743 of 12900 new or added lines in 186 files covered. (52.27%)

347 existing lines in 49 files now uncovered.

10311 of 17179 relevant lines covered (60.02%)

3307.34 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

81.82
/core/fontmanager.lua
1
local fontManager = {}
281✔
2
fontManager.fontconfig = require("justenoughfontconfig")
281✔
3
pcall(function ()
562✔
4
   fontManager.macfonts = require("macfonts")
281✔
5
end)
6

7
fontManager.face = function (self, ...)
8
   local manager
9
   if SILE.forceFontManager then
277✔
NEW
10
      manager = self[SILE.forceFontManager]
×
11
   else
12
      manager = self.macfonts and self.macfonts or self.fontconfig
277✔
13
   end
14
   if not manager then
277✔
NEW
15
      SU.error("Failed to load any working font manager")
×
16
   end
17
   return manager._face(...)
277✔
18
end
19

20
return fontManager
281✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc