Branch Coverage

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


line true false branch
72 305 192 $step ? :
305 192 $step ? :
75 192 305 if ($context->is_hook) { }
79 192 0 unless ($status ne "undefined" and $status ne "pending" and $status ne "passing")
86 0 305 if ($status eq 'undefined' or $status eq 'pending') { }
305 0 elsif ($status eq 'passing') { }
87 0 0 if ($self->fail_skip) { }
88 0 0 if ($status eq 'undefined') { }
106 0 0 unless ($context->is_hook)
121 0 305 unless $step
123 280 25 unless @step_data
125 6 19 if (ref $step->data eq 'ARRAY') { }