Condition Coverage

lib/HTML/Template/Default.pm
Criterion Covered Total %
condition 8 13 61.5


and 2 conditions

line l !l condition
17 0 2 debug('no filename provided') and return

and 3 conditions

line !l l&&!r l&&r condition
133 1 3 0 $opt{'filename'} and $opt{'filehandle'} || $opt{'arrayref'} || $opt{'scalarref'}

or 2 conditions

line l !l condition
142 0 2 $opt{'path'} || []

or 3 conditions

line l !l&&r !l&&!r condition
85 4 2 0 $a{'filename'} or $a{'scalarref'}
133 0 2 1 $opt{'filehandle'} || $opt{'arrayref'} || $opt{'scalarref'}