Branch Coverage

blib/lib/Parse/Highlife/Parser.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
65 0 0 unless exists $$self{'rules'}{$rulename}
79 0 0 if (exists $$self{'rules'}{$old_name})
118 0 0 unless length $name
119 0 0 if exists $$self{'rules'}{$name}
123 0 0 if (ref $sequence) { }
0 0 elsif (ref $choice) { }
0 0 elsif (length $repetition) { }
0 0 elsif (length $optional) { }
0 0 elsif (length $token) { }
0 0 elsif (length $literal) { }
0 0 elsif (length $regex) { }
0 0 elsif (scalar @{$characters;}) { }
0 0 elsif (length $start and length $end) { }
208 0 0 if $status == 0
213 0 0 if ($_t < scalar @{$tokens;})
232 0 0 unless exists $$self{'rules'}{$rulename}