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

processone / ejabberd / 873

18 Dec 2024 03:24PM UTC coverage: 32.87% (+0.2%) from 32.698%
873

push

github

jsautret
Merge branch 'master' of github.com:processone/ejabberd

25 of 154 new or added lines in 10 files covered. (16.23%)

1847 existing lines in 9 files now uncovered.

14620 of 44478 relevant lines covered (32.87%)

618.14 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()) -> any().
9
default_version(Opts) when is_map(Opts) ->
NEW
10
    gen_mod:get_opt(default_version, Opts);
×
11
default_version(Host) ->
12
    gen_mod:get_module_opt(Host, mod_http_api, default_version).
26✔
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