Condition Coverage

blib/lib/Perlito6/Perl5/Runtime.pm
Criterion Covered Total %
condition 16 26 61.5


and 3 conditions

line !l l&&!r l&&r condition
192 6347 0 0 ref $_[1] and $ref eq ref $_[1]
9353 0 1975 $ref eq 'ARRAY' and $_[1] eq 'Array'
9353 0 0 $ref eq 'HASH' and $_[1] eq 'Hash'
7279 50 2024 $ref eq '' and $_[1] eq 'Str'
243 4 0 4 $o =~ /^[0-9]/ and 0 + $o eq $o

or 2 conditions

line l !l condition
233 0 3 $_seen{$key} || 0

or 3 conditions

line l !l&&r !l&&!r condition
192 1975 0 9353 $ref eq 'ARRAY' and $_[1] eq 'Array' or $ref eq 'HASH' and $_[1] eq 'Hash'
0 0 9353 $ref eq 'ARRAY' and $_[1] eq 'Array' or $ref eq 'HASH' and $_[1] eq 'Hash' or $ref eq '' and $_[1] eq 'Str'
2024 982 6347 $ref eq 'ARRAY' and $_[1] eq 'Array' or $ref eq 'HASH' and $_[1] eq 'Hash' or $ref eq '' and $_[1] eq 'Str' or $ref eq $_[1]