Condition Coverage

blib/lib/HTTP/Tiny/FileProtocol.pm
Criterion Covered Total %
condition 22 22 100.0


and 3 conditions

line !l l&&!r l&&r condition
24 1 2 4 @_ == 3 and ref $args eq 'HASH'
76 1 2 3 @_ == 4 and ref $args eq 'HASH'

or 2 conditions

line l !l condition
28 1 1 $args || {}
80 1 1 $args || {}
83 2 1 $args || {}
101 9 1 $content // ''
9 1 $bytes // 0

or 3 conditions

line l !l&&r !l&&!r condition
24 5 4 3 @_ == 2 or @_ == 3 and ref $args eq 'HASH'
76 2 3 3 @_ == 3 or @_ == 4 and ref $args eq 'HASH'