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

processone / ejabberd / 1296

19 Jan 2026 11:25AM UTC coverage: 33.562% (+0.09%) from 33.468%
1296

push

github

badlop
mod_conversejs: Cosmetic change: sort paths alphabetically

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

11245 existing lines in 174 files now uncovered.

15580 of 46421 relevant lines covered (33.56%)

1074.56 hits per line

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

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

4
-module(mod_s2s_dialback_opt).
5

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

8
-spec access(gen_mod:opts() | global | binary()) -> 'all' | acl:acl().
9
access(Opts) when is_map(Opts) ->
10
    gen_mod:get_opt(access, Opts);
×
11
access(Host) ->
UNCOV
12
    gen_mod:get_module_opt(Host, mod_s2s_dialback, access).
2✔
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