Condition Coverage

blib/lib/Bot/BasicBot/Pluggable/Module/Notify.pm
Criterion Covered Total %
condition 18 38 47.3


and 3 conditions

line !l l&&!r l&&r condition
91 8 1 0 $nick and $users{$nick}
93 5 1 0 $nick and $emails{$nick}
139 8 0 0 $seen and $seen->{'time'}
142 0 0 0 $time > 3600 and $type == 2
161 1 0 0 $mod <= $load_time and keys %emails

or 2 conditions

line l !l condition
76 3 2 0 $self->_match_user($mess->{'who'}, $self->{'nicks'}) || ''
0 0 4 $self->_match_user($mess->{'who'}, $self->{'nicks'}) || ''
88 1 8 $self->_match_user($user, $self->{'nicks'}) || ''
1 3 0 $self->_match_user($user, $self->{'nicks'}) || ''

or 3 conditions

line l !l&&r !l&&!r condition
54 0 0 0 $settings{'active'} || $defaults{'active'}
1 0 4 $settings{'active'} || $defaults{'active'}
167 0 0 4 /^#/ or /^$/
183 1 3 0 $settings{$key} ||= $defaults{$key}