Branch Coverage

blib/lib/Parse/ABNF.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
221 0 0 if ($g->rules->{$rule->name}) { }
236 0 0 if ($options{'core'})
240 0 0 if ($c->isa('Grammar::Formal::Reference')) { }
0 0 elsif ($c->isa('Grammar::Formal::Unary')) { }
0 0 elsif ($c->isa('Grammar::Formal::Binary')) { }
252 0 0 if $g->rules->{$rule->name}
253 0 0 unless $referenced{$rule->name}
264 0 0 if ($_ eq 'Group') { }
0 0 elsif ($_ eq 'Choice') { }
0 0 elsif ($_ eq 'Repetition') { }
0 0 elsif ($_ eq 'Rule') { }
0 0 elsif ($_ eq 'Reference') { }
0 0 elsif ($_ eq 'Literal') { }
0 0 elsif ($_ eq 'ProseValue') { }
0 0 elsif ($_ eq 'String') { }
0 0 elsif ($_ eq 'Range') { }
281 0 0 if (defined $$p{'max'}) { }
318 0 0 if ($_ eq 'decimal') { }
0 0 elsif ($_ eq 'hex') { }
343 0 0 if $$p{'type'} eq 'hex'