Condition Coverage

blib/lib/Data/Dump/Perl6.pm
Criterion Covered Total %
condition 45 60 75.0


and 3 conditions

line !l l&&!r l&&r condition
112 519 0 0 $] < 5.008 and $type eq 'SCALAR'
125 1 6 4 $ref && $type eq 'SCALAR'
141 0 6 0 @$idx and $idx->[-1] eq '$'
158 8 7 0 $class and $class eq 'Regexp'
211 409 3 1 $class and not @$idx
351 30 32 24 $nl and $klen_pad > length $key
368 492 4 12 $class and $ref
404 14 3 1 $ref and @i
17 1 0 $ref and @i and $i[0] eq '$'
408 5 13 0 @i and $i[0] eq '$'
471 84 22 0 @_ > $indent_lim and length $tmp > 60 || $tmp =~ /\n/
498 0 5 2 length $_ < 16384 and /^(.{2,5}?)\1*\z/s

or 3 conditions

line l !l&&r !l&&!r condition
152 420 8 80 $type eq 'SCALAR' or $type eq 'REF'
428 0 80 $type eq 'SCALAR' or $type eq 'REF' or $type eq 'REGEXP'
321 13 0 17 length $tmp > 60 or $tmp =~ /\n/
13 1 16 length $tmp > 60 or $tmp =~ /\n/ or $tied
415 0 0 22 $i eq '*' or $i eq '$'
450 2 35 270 $v eq '0' or $v =~ /^-?[1-9]\d{0,9}\z/
471 4 0 18 length $tmp > 60 || $tmp =~ /\n/
1 0 106 $comment or @_ > $indent_lim and length $tmp > 60 || $tmp =~ /\n/