Branch Coverage

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


line true false branch
73 305 192 $step ? :
305 192 $step ? :
76 192 305 if ($context->is_hook) { }
80 192 0 unless ($status ne "undefined" and $status ne "pending" and $status ne "passing")
87 0 305 if ($status eq 'undefined' or $status eq 'pending') { }
305 0 elsif ($status eq 'passing') { }
88 0 0 if ($self->fail_skip) { }
89 0 0 if ($status eq 'undefined') { }
107 0 0 unless ($context->is_hook)
122 0 305 unless $step
124 280 25 unless @step_data
126 6 19 if (ref $step->data eq 'ARRAY') { }