Condition Coverage

blib/lib/Bot/IRC/X/Reminder.pm
Criterion Covered Total %
condition 0 8 0.0


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 0 $_->{'expr'} and 'Time::Crontab'->new($_->{'expr'})->match(time)
0 0 0 $_->{'time'} and $_->{'time'} <= time

or 2 conditions

line l !l condition
122 0 0 $reminders[$i]{'expr'} || scalar localtime $reminders[$i]{'time'}