• 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_push_keepalive_opt.erl
1
%% Generated automatically
2
%% DO NOT EDIT: run `make options` instead
3

4
-module(mod_push_keepalive_opt).
5

6
-export([resume_timeout/1]).
7
-export([wake_on_start/1]).
8
-export([wake_on_timeout/1]).
9

10
-spec resume_timeout(gen_mod:opts() | global | binary()) -> non_neg_integer().
11
resume_timeout(Opts) when is_map(Opts) ->
12
    gen_mod:get_opt(resume_timeout, Opts);
×
13
resume_timeout(Host) ->
UNCOV
14
    gen_mod:get_module_opt(Host, mod_push_keepalive, resume_timeout).
16✔
15

16
-spec wake_on_start(gen_mod:opts() | global | binary()) -> boolean().
17
wake_on_start(Opts) when is_map(Opts) ->
18
    gen_mod:get_opt(wake_on_start, Opts);
×
19
wake_on_start(Host) ->
UNCOV
20
    gen_mod:get_module_opt(Host, mod_push_keepalive, wake_on_start).
8✔
21

22
-spec wake_on_timeout(gen_mod:opts() | global | binary()) -> boolean().
23
wake_on_timeout(Opts) when is_map(Opts) ->
24
    gen_mod:get_opt(wake_on_timeout, Opts);
×
25
wake_on_timeout(Host) ->
UNCOV
26
    gen_mod:get_module_opt(Host, mod_push_keepalive, wake_on_timeout).
16✔
27

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