Condition Coverage

blib/lib/Perinci/Sub/Property/retry.pm
Criterion Covered Total %
condition 8 13 61.5


and 3 conditions

line !l l&&!r l&&r condition
46 76 34 0 defined $$v{$k} and ref $$v{$k} ne 'Regexp'

or 2 conditions

line l !l condition
39 22 0 $$v{'n'} //= 0
40 2 20 $$v{'delay'} //= 0

or 3 conditions

line l !l&&r !l&&!r condition
37 22 0 0 $args{'new'} // $args{'value'}
41 4 18 0 $$v{'success_statuses'} //= qr/^(2..|304)$/