• 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

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

4
-module(mod_register_opt).
5

6
-export([access/1]).
7
-export([access_from/1]).
8
-export([access_remove/1]).
9
-export([allow_modules/1]).
10
-export([captcha_protected/1]).
11
-export([ip_access/1]).
12
-export([password_strength/1]).
13
-export([redirect_url/1]).
14
-export([registration_watchers/1]).
15
-export([welcome_message/1]).
16

17
-spec access(gen_mod:opts() | global | binary()) -> 'all' | acl:acl().
18
access(Opts) when is_map(Opts) ->
19
    gen_mod:get_opt(access, Opts);
×
20
access(Host) ->
21
    gen_mod:get_module_opt(Host, mod_register, access).
2,065✔
22

23
-spec access_from(gen_mod:opts() | global | binary()) -> 'none' | acl:acl().
24
access_from(Opts) when is_map(Opts) ->
25
    gen_mod:get_opt(access_from, Opts);
×
26
access_from(Host) ->
27
    gen_mod:get_module_opt(Host, mod_register, access_from).
×
28

29
-spec access_remove(gen_mod:opts() | global | binary()) -> 'all' | acl:acl().
30
access_remove(Opts) when is_map(Opts) ->
31
    gen_mod:get_opt(access_remove, Opts);
×
32
access_remove(Host) ->
33
    gen_mod:get_module_opt(Host, mod_register, access_remove).
41✔
34

35
-spec allow_modules(gen_mod:opts() | global | binary()) -> 'all' | [atom()].
36
allow_modules(Opts) when is_map(Opts) ->
37
    gen_mod:get_opt(allow_modules, Opts);
×
38
allow_modules(Host) ->
UNCOV
39
    gen_mod:get_module_opt(Host, mod_register, allow_modules).
8✔
40

41
-spec captcha_protected(gen_mod:opts() | global | binary()) -> boolean().
42
captcha_protected(Opts) when is_map(Opts) ->
43
    gen_mod:get_opt(captcha_protected, Opts);
×
44
captcha_protected(Host) ->
45
    gen_mod:get_module_opt(Host, mod_register, captcha_protected).
41✔
46

47
-spec ip_access(gen_mod:opts() | global | binary()) -> 'all' | acl:acl().
48
ip_access(Opts) when is_map(Opts) ->
49
    gen_mod:get_opt(ip_access, Opts);
×
50
ip_access(Host) ->
51
    gen_mod:get_module_opt(Host, mod_register, ip_access).
2,065✔
52

53
-spec password_strength(gen_mod:opts() | global | binary()) -> number().
54
password_strength(Opts) when is_map(Opts) ->
55
    gen_mod:get_opt(password_strength, Opts);
×
56
password_strength(Host) ->
UNCOV
57
    gen_mod:get_module_opt(Host, mod_register, password_strength).
24✔
58

59
-spec redirect_url(gen_mod:opts() | global | binary()) -> 'undefined' | binary().
60
redirect_url(Opts) when is_map(Opts) ->
61
    gen_mod:get_opt(redirect_url, Opts);
×
62
redirect_url(Host) ->
63
    gen_mod:get_module_opt(Host, mod_register, redirect_url).
2,065✔
64

65
-spec registration_watchers(gen_mod:opts() | global | binary()) -> [jid:jid()].
66
registration_watchers(Opts) when is_map(Opts) ->
67
    gen_mod:get_opt(registration_watchers, Opts);
×
68
registration_watchers(Host) ->
UNCOV
69
    gen_mod:get_module_opt(Host, mod_register, registration_watchers).
8✔
70

71
-spec welcome_message(gen_mod:opts() | global | binary()) -> {binary(),binary()}.
72
welcome_message(Opts) when is_map(Opts) ->
73
    gen_mod:get_opt(welcome_message, Opts);
×
74
welcome_message(Host) ->
UNCOV
75
    gen_mod:get_module_opt(Host, mod_register, welcome_message).
8✔
76

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