Branch Coverage

inc/Pegex.pm
Criterion Covered Total %
branch 4 8 50.0


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