Branch Coverage

inc/TestML/Compiler/Pegex/AST.pm
Criterion Covered Total %
branch 12 26 46.1


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