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

processone / ejabberd / 1173

28 Oct 2025 11:02AM UTC coverage: 33.768% (-0.02%) from 33.79%
1173

push

github

badlop
CHANGELOG.md: Update to 25.10

15513 of 45940 relevant lines covered (33.77%)

1078.01 hits per line

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

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

4
-module(mod_proxy65_opt).
5

6
-export([access/1]).
7
-export([auth_type/1]).
8
-export([host/1]).
9
-export([hostname/1]).
10
-export([hosts/1]).
11
-export([ip/1]).
12
-export([max_connections/1]).
13
-export([name/1]).
14
-export([port/1]).
15
-export([ram_db_type/1]).
16
-export([recbuf/1]).
17
-export([server_host/1]).
18
-export([shaper/1]).
19
-export([sndbuf/1]).
20
-export([vcard/1]).
21

22
-spec access(gen_mod:opts() | global | binary()) -> 'all' | acl:acl().
23
access(Opts) when is_map(Opts) ->
24
    gen_mod:get_opt(access, Opts);
×
25
access(Host) ->
26
    gen_mod:get_module_opt(Host, mod_proxy65, access).
2✔
27

28
-spec auth_type(gen_mod:opts() | global | binary()) -> 'anonymous' | 'plain'.
29
auth_type(Opts) when is_map(Opts) ->
30
    gen_mod:get_opt(auth_type, Opts);
×
31
auth_type(Host) ->
32
    gen_mod:get_module_opt(Host, mod_proxy65, auth_type).
2✔
33

34
-spec host(gen_mod:opts() | global | binary()) -> binary().
35
host(Opts) when is_map(Opts) ->
36
    gen_mod:get_opt(host, Opts);
×
37
host(Host) ->
38
    gen_mod:get_module_opt(Host, mod_proxy65, host).
×
39

40
-spec hostname(gen_mod:opts() | global | binary()) -> 'undefined' | binary().
41
hostname(Opts) when is_map(Opts) ->
42
    gen_mod:get_opt(hostname, Opts);
×
43
hostname(Host) ->
44
    gen_mod:get_module_opt(Host, mod_proxy65, hostname).
1✔
45

46
-spec hosts(gen_mod:opts() | global | binary()) -> [binary()].
47
hosts(Opts) when is_map(Opts) ->
48
    gen_mod:get_opt(hosts, Opts);
×
49
hosts(Host) ->
50
    gen_mod:get_module_opt(Host, mod_proxy65, hosts).
×
51

52
-spec ip(gen_mod:opts() | global | binary()) -> 'undefined' | inet:ip_address().
53
ip(Opts) when is_map(Opts) ->
54
    gen_mod:get_opt(ip, Opts);
×
55
ip(Host) ->
56
    gen_mod:get_module_opt(Host, mod_proxy65, ip).
111✔
57

58
-spec max_connections(gen_mod:opts() | global | binary()) -> 'infinity' | pos_integer().
59
max_connections(Opts) when is_map(Opts) ->
60
    gen_mod:get_opt(max_connections, Opts);
×
61
max_connections(Host) ->
62
    gen_mod:get_module_opt(Host, mod_proxy65, max_connections).
1✔
63

64
-spec name(gen_mod:opts() | global | binary()) -> binary().
65
name(Opts) when is_map(Opts) ->
66
    gen_mod:get_opt(name, Opts);
×
67
name(Host) ->
68
    gen_mod:get_module_opt(Host, mod_proxy65, name).
2✔
69

70
-spec port(gen_mod:opts() | global | binary()) -> 1..1114111.
71
port(Opts) when is_map(Opts) ->
72
    gen_mod:get_opt(port, Opts);
×
73
port(Host) ->
74
    gen_mod:get_module_opt(Host, mod_proxy65, port).
111✔
75

76
-spec ram_db_type(gen_mod:opts() | global | binary()) -> atom().
77
ram_db_type(Opts) when is_map(Opts) ->
78
    gen_mod:get_opt(ram_db_type, Opts);
×
79
ram_db_type(Host) ->
80
    gen_mod:get_module_opt(Host, mod_proxy65, ram_db_type).
×
81

82
-spec recbuf(gen_mod:opts() | global | binary()) -> pos_integer().
83
recbuf(Opts) when is_map(Opts) ->
84
    gen_mod:get_opt(recbuf, Opts);
×
85
recbuf(Host) ->
86
    gen_mod:get_module_opt(Host, mod_proxy65, recbuf).
2✔
87

88
-spec server_host(gen_mod:opts() | global | binary()) -> binary().
89
server_host(Opts) when is_map(Opts) ->
90
    gen_mod:get_opt(server_host, Opts);
×
91
server_host(Host) ->
92
    gen_mod:get_module_opt(Host, mod_proxy65, server_host).
×
93

94
-spec shaper(gen_mod:opts() | global | binary()) -> atom() | [ejabberd_shaper:shaper_rule()].
95
shaper(Opts) when is_map(Opts) ->
96
    gen_mod:get_opt(shaper, Opts);
×
97
shaper(Host) ->
98
    gen_mod:get_module_opt(Host, mod_proxy65, shaper).
2✔
99

100
-spec sndbuf(gen_mod:opts() | global | binary()) -> pos_integer().
101
sndbuf(Opts) when is_map(Opts) ->
102
    gen_mod:get_opt(sndbuf, Opts);
×
103
sndbuf(Host) ->
104
    gen_mod:get_module_opt(Host, mod_proxy65, sndbuf).
2✔
105

106
-spec vcard(gen_mod:opts() | global | binary()) -> 'undefined' | tuple().
107
vcard(Opts) when is_map(Opts) ->
108
    gen_mod:get_opt(vcard, Opts);
×
109
vcard(Host) ->
110
    gen_mod:get_module_opt(Host, mod_proxy65, vcard).
2✔
111

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