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

processone / ejabberd / 1195

14 Nov 2025 07:30AM UTC coverage: 14.534% (-19.2%) from 33.775%
1195

Pull #4493

github

web-flow
Merge 53c116bc1 into 026bd24a5
Pull Request #4493: Great invitations

0 of 521 new or added lines in 8 files covered. (0.0%)

2195 existing lines in 61 files now uncovered.

6752 of 46457 relevant lines covered (14.53%)

47.62 hits per line

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

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

4
-module(mod_adhoc_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_adhoc_api, default_version).
37✔
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