| blib/lib/Protocol/OSC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 4 | defined $_->[0] && !&looks_like_number($_->[0]) |
| 50 | 18 | 0 | 0 | $has_filters && exists $filter{$_} |
| 76 | 2 | 0 | 0 | not $secs and $frac == 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 29 | 32 | 0 | 0 | $converter{$_} || () |
| 58 | 0 | 1 | 0 | $scheduler_cb || $self->{'scheduler'} |