Branch Coverage

blib/lib/Pegex.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
12 0 7 unless $grammar
14 7 0 if (not ref $grammar or $grammar->isa('Pegex::Input'))
18 6 1 if (not defined $receiver) { }
1 0 elsif (not ref $receiver) { }