Branch Coverage

blib/lib/App/MonM/QNotifier.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
164 0 0 unless value($user_conf, $u, "enable") or value($user_conf, $u, "enabled")
172 0 0 unless value($group_conf, $g, "enable") or value($group_conf, $g, "enabled")
183 0 0 unless value($user_conf, $_, "enable")
210 0 0 unless defined $value
234 0 0 unless $group
253 0 0 unless $it
254 0 0 if ($it =~ /^\@(\w+)/) { }
0 0 elsif ($it =~ /\@/) { }
0 0 elsif ($it =~ /^[\(+]*\d+/) { }
265 0 0 if grep {$_ eq $it;} @users
273 0 0 if ($notat eq 'user') { }
0 0 elsif ($notat eq 'email') { }
0 0 elsif ($notat eq 'number') { }
276 0 0 unless is_hash($usernode) and keys %$usernode
284 0 0 $at ? :
331 0 0 if (ref $before eq "CODE")
332 0 0 unless &$before($self, $message)
339 0 0 if (ref $after eq "CODE")
340 0 0 unless &$after($self, $message, $sent)