| blib/lib/Bot/IRC/X/Reminder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 8 | 0.0 |
| 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 |
| line | l | !l | condition |
|---|---|---|---|
| 122 | 0 | 0 | $reminders[$i]{'expr'} || scalar localtime $reminders[$i]{'time'} |