blib/lib/App/MonM/Notifier/Agent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 37 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
160 | 0 | 0 | 0 | $userreqs and ref $userreqs eq 'ARRAY' |
0 | 0 | 0 | $userreqs and not ref $userreqs | |
235 | 0 | 0 | 0 | $store and $store->ping |
243 | 0 | 0 | 0 | is_hash($usernode) and keys %$usernode |
266 | 0 | 0 | 0 | $store and $store->ping |
276 | 0 | 0 | 0 | is_hash($usernode) and keys %$usernode |
line | l | !l | condition |
---|---|---|---|
156 | 0 | 0 | $configobj->conf('notifier') || {} |
167 | 0 | 0 | $configobj->conf('user') || {} |
177 | 0 | 0 | $configobj->conf('expires') || $configobj->conf('expire') || 0 |
181 | 0 | 0 | value($notifier_conf, 'timeout') || $configobj->conf('timeout') || 0 |
196 | 0 | 0 | $notifier_conf->{'dbi'} || {'file', $dbi_file} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
154 | 0 | 0 | 0 | $opts{'configobj'} || $opts{'config'} |
155 | 0 | 0 | 0 | $opts{'users'} || $opts{'user'} |
178 | 0 | 0 | 0 | getExpireOffset(value($notifier_conf, 'expires') || value($notifier_conf, 'expire')) || $expires_def |