Condition Coverage

blib/lib/FTN/Bit_flags.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
123 0 0 19 defined $_[$i] and ref $_[$i] eq 'HASH'
191 0 0 2 defined $_[0] and $_[0] =~ /^\d+$/
374 2 0 1 @_ && defined $_[0] && $_[0] eq 'name'

or 3 conditions

line l !l&&r !l&&!r condition
133 15 0 4 exists $_[$i]{'abbr'} or exists $_[$i]{'name'}