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

sile-typesetter / sile / 15507594683

07 Jun 2025 11:54AM UTC coverage: 30.951% (-30.4%) from 61.309%
15507594683

push

github

alerque
chore(tooling): Add post-checkout hook to clear makedeps on branch switch

6363 of 20558 relevant lines covered (30.95%)

3445.44 hits per line

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

88.89
/languages/ja/init.lua
1
-- "jlreq" refers to http://www.w3.org/TR/jlreq/
2
-- "JIS" refers to JIS X 4051
3

4
local unicode = require("languages.unicode")
1✔
5

6
local language = pl.class(unicode)
1✔
7
language._name = "ja"
1✔
8

9
function language:setupNodeMaker ()
1✔
10
   self.nodemaker = require("languages.ja.nodemaker")
1✔
11
end
12

13
function language:registerCommands ()
1✔
14
   self:registerCommand("book:chapter:post:ja", function (_, _)
2✔
15
      SILE.call("medskip")
×
16
   end)
17
end
18

19
return language
1✔
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