Branch Coverage

blib/lib/Test/Parser/ltp.pm
Criterion Covered Total %
branch 27 34 79.4


line true false branch
89 136 1269 if ($line =~ /^<<<(\w+)>>>$/)
91 34 102 if ($$self{'_state'} eq 'test_start')
98 66 1203 if ($$self{'_state'} eq 'intro') { }
170 1033 elsif ($$self{'_state'} eq 'test_start') { }
964 69 elsif ($$self{'_state'} eq 'test_output') { }
68 1 elsif ($$self{'_state'} eq 'execution_status') { }
1 0 elsif ($$self{'_state'} eq 'test_end') { }
103 170 0 if ($line =~ /^([\w-]+)=(.*)$/)
106 34 136 if ($key eq 'tag')
109 34 0 if ($value =~ /^([\w-]+)\s+(\w+)=(.*)$/)
131 204 0 if ($item =~ /^(\w+)=(.*)$/)
133 34 170 if ($1 eq 'termination_type') { }
34 136 elsif ($1 eq 'termination_id') { }
141 34 34 if (not defined $termtype && defined $termid) { }
34 0 elsif ($termtype eq 'exited') { }
0 0 elsif ($termtype eq 'signaled') { }
144 13 21 if ($termid == 0) { }