Branch Coverage

blib/lib/Forest/Tree/Builder/SimpleTextFile.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
53 0 76 if not $line or $line =~ /^#/
57 38 38 if ($depth > @stack) { }
14 24 elsif ($depth < @stack) { }
58 38 0 if ($depth = @stack + 1) { }