| blib/lib/Bot/Cobalt/Core/Role/Timers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 16 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 0 | 0 | &blessed($item) and $item->isa('Bot::Cobalt::Timer') |
| 89 | 0 | 0 | 0 | defined $ev->{'Text'} and defined $ev->{'Context'} |
| 114 | 0 | 0 | 0 | defined $ev->{'Text'} and defined $ev->{'Target'} |
| 145 | 0 | 0 | 0 | $id and $self->TimerPool->exists($id) |
| line | l | !l | condition |
|---|---|---|---|
| 108 | 0 | 0 | $ev->{'Args'} // [] |
| 135 | 0 | 0 | $ev->{'Alias'} // scalar caller |