Branch Coverage

blib/lib/OGDL/Path.pm
Criterion Covered Total %
branch 14 18 77.7


line true false branch
28 193 12 if ($state == 0) { }
0 12 elsif ($state == 1 and $c eq '"') { }
0 12 elsif ($state == 2 and $c eq q[']) { }
7 5 elsif ($state == 3 and $c eq ']') { }
29 35 158 if ($c eq '.') { }
0 158 elsif ($c eq '"') { }
0 158 elsif ($c eq q[']) { }
7 151 elsif ($c eq '[' and $n > 0) { }
30 28 7 if ($n != 0)