Condition Coverage

blib/lib/IO/Lambda/Poll.pm
Criterion Covered Total %
condition 7 18 38.8


and 3 conditions

line !l l&&!r l&&r condition
57 4 10 2 defined $rec->{'deadline'} && $rec->{'deadline'} <= $time
81 0 0 0 defined $f and $frequency > $f
82 0 0 0 defined $d and $expires > $d
124 3 0 4 defined $deadline and $deadline < 1000000000

or 3 conditions

line l !l&&r !l&&!r condition
81 7 0 0 not defined $frequency or defined $f and $frequency > $f
82 7 0 0 not defined $expires or defined $d and $expires > $d