• 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

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

4
-module(mod_offline_opt).
5

6
-export([access_max_user_messages/1]).
7
-export([bounce_groupchat/1]).
8
-export([cache_life_time/1]).
9
-export([cache_size/1]).
10
-export([db_type/1]).
11
-export([store_empty_body/1]).
12
-export([store_groupchat/1]).
13
-export([use_cache/1]).
14
-export([use_mam_for_storage/1]).
15

16
-spec access_max_user_messages(gen_mod:opts() | global | binary()) -> atom() | [ejabberd_shaper:shaper_rule()].
17
access_max_user_messages(Opts) when is_map(Opts) ->
18
    gen_mod:get_opt(access_max_user_messages, Opts);
×
19
access_max_user_messages(Host) ->
UNCOV
20
    gen_mod:get_module_opt(Host, mod_offline, access_max_user_messages).
1,032✔
21

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

28
-spec cache_life_time(gen_mod:opts() | global | binary()) -> 'infinity' | pos_integer().
29
cache_life_time(Opts) when is_map(Opts) ->
UNCOV
30
    gen_mod:get_opt(cache_life_time, Opts);
40✔
31
cache_life_time(Host) ->
32
    gen_mod:get_module_opt(Host, mod_offline, cache_life_time).
×
33

34
-spec cache_size(gen_mod:opts() | global | binary()) -> 'infinity' | pos_integer().
35
cache_size(Opts) when is_map(Opts) ->
UNCOV
36
    gen_mod:get_opt(cache_size, Opts);
40✔
37
cache_size(Host) ->
38
    gen_mod:get_module_opt(Host, mod_offline, cache_size).
×
39

40
-spec db_type(gen_mod:opts() | global | binary()) -> atom().
41
db_type(Opts) when is_map(Opts) ->
42
    gen_mod:get_opt(db_type, Opts);
×
43
db_type(Host) ->
44
    gen_mod:get_module_opt(Host, mod_offline, db_type).
×
45

46
-spec store_empty_body(gen_mod:opts() | global | binary()) -> 'false' | 'true' | 'unless_chat_state'.
47
store_empty_body(Opts) when is_map(Opts) ->
48
    gen_mod:get_opt(store_empty_body, Opts);
×
49
store_empty_body(Host) ->
UNCOV
50
    gen_mod:get_module_opt(Host, mod_offline, store_empty_body).
2,952✔
51

52
-spec store_groupchat(gen_mod:opts() | global | binary()) -> boolean().
53
store_groupchat(Opts) when is_map(Opts) ->
54
    gen_mod:get_opt(store_groupchat, Opts);
×
55
store_groupchat(Host) ->
56
    gen_mod:get_module_opt(Host, mod_offline, store_groupchat).
×
57

58
-spec use_cache(gen_mod:opts() | global | binary()) -> boolean().
59
use_cache(Opts) when is_map(Opts) ->
60
    gen_mod:get_opt(use_cache, Opts);
×
61
use_cache(Host) ->
UNCOV
62
    gen_mod:get_module_opt(Host, mod_offline, use_cache).
3,888✔
63

64
-spec use_mam_for_storage(gen_mod:opts() | global | binary()) -> boolean().
65
use_mam_for_storage(Opts) when is_map(Opts) ->
66
    gen_mod:get_opt(use_mam_for_storage, Opts);
×
67
use_mam_for_storage(Host) ->
UNCOV
68
    gen_mod:get_module_opt(Host, mod_offline, use_mam_for_storage).
3,840✔
69

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