Branch Coverage

inc/TestML/Compiler/Pegex/AST.pm
Criterion Covered Total %
branch 14 26 53.8


line true false branch
37 4 4 if (ref $_ eq 'TestML::Assertion') { }
45 4 0 $expression ? :
4 0 $assertion ? :
4 0 @$points ? :
55 16 0 if @$list
61 12 4 if @$calls == 1
89 0 8 unless $point =~ s/^\*//
100 0 4 if ref $call eq 'ARRAY'
103 4 0 if ($expr = $$call{"assertion_$_"})
111 4 0 $expr ? :
138 0 0 if (ref $$object[0] and ref $$object[0][0])
155 4 0 if ($args)
158 0 4 $_->isa('TestML::Expression') && @{$_->calls;} == 1 && ($_->calls->[0]->isa('TestML::Point') || $_->calls->[0]->isa('TestML::Object')) ? :