Branch Coverage

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


line true false branch
158 0 0 unless value($user_conf, $u, "enable") or value($user_conf, $u, "enabled")
166 0 0 unless value($group_conf, $g, "enable") or value($group_conf, $g, "enabled")
177 0 0 unless value($user_conf, $_, "enable")
204 0 0 unless defined $value
228 0 0 unless $group
254 0 0 unless $it
255 0 0 if ($it =~ /^\@(\w+)/) { }
0 0 elsif ($it =~ /\@/) { }
0 0 elsif ($it =~ /^[\(+]*\d+/) { }
266 0 0 if grep {$_ eq $it;} @users
274 0 0 if ($notat eq 'user') { }
0 0 elsif ($notat eq 'email') { }
0 0 elsif ($notat eq 'number') { }
277 0 0 unless is_hash($usernode) and keys %$usernode
285 0 0 $at ? :
321 0 0 if (ref $before eq "CODE")
322 0 0 unless &$before($self, $message)
329 0 0 if (ref $after eq "CODE")
330 0 0 unless &$after($self, $message, $sent)