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

processone / ejabberd / 1311

20 Jan 2026 07:51PM UTC coverage: 34.353% (-0.002%) from 34.355%
1311

push

github

badlop
CONTAINER.md: Improve some explanations; update to 26.01

16145 of 46998 relevant lines covered (34.35%)

1100.14 hits per line

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

50.0
/src/mod_version_opt.erl
1
%% Generated automatically
2
%% DO NOT EDIT: run `make options` instead
3

4
-module(mod_version_opt).
5

6
-export([show_os/1]).
7

8
-spec show_os(gen_mod:opts() | global | binary()) -> boolean().
9
show_os(Opts) when is_map(Opts) ->
10
    gen_mod:get_opt(show_os, Opts);
×
11
show_os(Host) ->
12
    gen_mod:get_module_opt(Host, mod_version, show_os).
1✔
13

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