Condition Coverage

blib/lib/Bot/BasicBot/Pluggable/Module/Notify.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 0 $nick and $emails{$nick}
126 0 0 0 $seen and $seen->{'time'}
130 0 0 0 $time > 3600 and $type == 2
149 0 0 0 $mod <= $load_time and keys %emails

or 2 conditions

line l !l condition
79 0 0 $self->_match_user($word, $self->{'nicks'}) || ''

or 3 conditions

line l !l&&r !l&&!r condition
54 0 0 0 $settings{'active'} || $defaults{'active'}
78 0 0 0 $prev eq 'seen' or $word =~ /(\-\-|\+\+)$/
155 0 0 0 /^#/ or /^$/
172 0 0 0 $settings{$key} ||= $defaults{$key}