Condition Coverage

blib/lib/IO/Tail.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
404 1 0 2 $item and $$item{'callback'}
486 72 29 1 defined $timeout_secs and time - $enter_at > $timeout_secs

or 2 conditions

line l !l condition
239 2 0 sysseek($fh, 0, $SEEK_END) || 0

or 3 conditions

line l !l&&r !l&&!r condition
158 0 3 0 $$this{'poll'} ||= 'IO::Poll'->new
472 31 11 76 $$this{'poll'} or @{$$this{'files'};}
42 67 9 $$this{'poll'} or @{$$this{'files'};} or keys %{$$this{'timeout'};}