Branch Coverage

blib/lib/Text/Yats.pm
Criterion Covered Total %
branch 21 22 95.4


line true false branch
35 4 12 if $$self{'file'}
36 6 10 $$self{'level'} > 0 ? :
37 4 12 if ($#{$sections;} > 0)
67 5 49 if ref $$param{$_} eq 'HASH'
69 42 12 if (ref $$param{$_} eq 'ARRAY') { }
71 5 37 unless $maxtmp <= $max
72 32 10 if ($i <= $maxtmp and $$param{$_}[$i] ne '') { }
77 9 11 if $i == $max
89 1 4 if (ref $match eq 'ARRAY') { }
92 6 10 exists $keys{$$array[$j]} ? :
115 0 4 unless open FILE, "<$filename"