Branch Coverage

lib/Test/BDD/Cucumber/Harness/TAP.pm
Criterion Covered Total %
branch 14 24 58.3


line true false branch
82 305 192 $step ? :
305 192 $step ? :
85 192 305 if ($context->is_hook) { }
89 192 0 unless ($status ne "undefined" and $status ne "pending" and $status ne "passing")
96 0 305 if ($status eq 'undefined' or $status eq 'pending') { }
305 0 elsif ($status eq 'passing') { }
97 0 0 if ($self->fail_skip) { }
98 0 0 if ($status eq 'undefined') { }
120 0 0 unless ($context->is_hook)
135 0 305 unless $step
137 280 25 unless @step_data
139 6 19 if (ref $step->data eq 'ARRAY') { }