Branch Coverage

blib/lib/TAP/Convert/TET.pm
Criterion Covered Total %
branch 14 22 63.6


line true false branch
35 50 12 unless @_
53 0 2 unless 'HASH' eq ref $args
75 2 0 if (my $ref = ref $output) { }
76 0 2 if ($ref eq 'GLOB' or blessed $output and $output->can('print')) { }
2 0 elsif ($ref eq 'ARRAY') { }
0 0 elsif ($ref eq 'SCALAR') { }
104 0 40 unless @_ == 3
147 6 5 if ($result->is_test) { }
155 3 2 $result->is_ok ? :
1 5 $result->has_todo ? :
0 6 $result->has_skip ? :