Condition Coverage

blib/lib/TAP/Convert/TET.pm
Criterion Covered Total %
condition 11 25 44.0


and 3 conditions

line !l l&&!r l&&r condition
76 2 0 0 blessed $output and $output->can('print')

or 2 conditions

line l !l condition
51 2 0 shift() || {}
56 2 0 delete $$args{'output'} || \*STDOUT
59 0 2 delete $$args{'tcc_version'} || '3.7a'
60 0 2 delete $$args{'time_format'} || '%H:%M:%S'
61 0 2 delete $$args{'datetime_format'} || '%H:%M:%S %Y%m%d'
63 0 2 delete $$args{'program'} || 'TAP::Convert::TET'
117 0 2 $ENV{'USER'} || 'unknown'
161 6 0 $RESULT_TYPE{$rc} || 'UNKNOWN'

or 3 conditions

line l !l&&r !l&&!r condition
76 0 0 2 $ref eq 'GLOB' or blessed $output and $output->can('print')
141 2 0 0 shift() || "unnamed test $seq"