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

processone / ejabberd / 1246

10 Dec 2025 12:12PM UTC coverage: 33.632% (+0.1%) from 33.528%
1246

push

github

badlop
ejabberd_web_admin: Show menu system only when can view vhosts

0 of 5 new or added lines in 1 file covered. (0.0%)

11084 existing lines in 174 files now uncovered.

15552 of 46242 relevant lines covered (33.63%)

1078.24 hits per line

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

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

4
-module(mod_http_api_opt).
5

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

8
-spec default_version(gen_mod:opts() | global | binary()) -> integer().
9
default_version(Opts) when is_map(Opts) ->
10
    gen_mod:get_opt(default_version, Opts);
×
11
default_version(Host) ->
UNCOV
12
    gen_mod:get_module_opt(Host, mod_http_api, default_version).
29✔
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

© 2025 Coveralls, Inc