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

sile-typesetter / sile / 9400953783

06 Jun 2024 12:32PM UTC coverage: 62.819% (-11.3%) from 74.124%
9400953783

push

github

alerque
Merge branch 'develop'

1752 of 2644 new or added lines in 109 files covered. (66.26%)

2019 existing lines in 84 files now uncovered.

10830 of 17240 relevant lines covered (62.82%)

3306.33 hits per line

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

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

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

20
return fontManager
197✔
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