• 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

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

4
-module(mod_client_state_opt).
5

6
-export([queue_chat_states/1]).
7
-export([queue_pep/1]).
8
-export([queue_presence/1]).
9

10
-spec queue_chat_states(gen_mod:opts() | global | binary()) -> boolean().
11
queue_chat_states(Opts) when is_map(Opts) ->
UNCOV
12
    gen_mod:get_opt(queue_chat_states, Opts);
2✔
13
queue_chat_states(Host) ->
UNCOV
14
    gen_mod:get_module_opt(Host, mod_client_state, queue_chat_states).
2✔
15

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

22
-spec queue_presence(gen_mod:opts() | global | binary()) -> boolean().
23
queue_presence(Opts) when is_map(Opts) ->
UNCOV
24
    gen_mod:get_opt(queue_presence, Opts);
2✔
25
queue_presence(Host) ->
UNCOV
26
    gen_mod:get_module_opt(Host, mod_client_state, queue_presence).
2✔
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