Condition Coverage

lib/Log/Report/Template.pm
Criterion Covered Total %
condition 17 30 56.6


and 3 conditions

line !l l&&!r l&&r condition
163 1 0 1 -f $name and $name =~ /$match/
198 1 3 2 @blocks == 1 and $blocks[0] =~ /\$[1-9]/
271 0 4 0 &blessed($_[0]) and $_[0]->isa('Template')

or 2 conditions

line l !l condition
45 0 6 $args->{'DELIMITER'} || ':'
46 2 4 $args->{'INCLUDE_PATH'} || []
49 0 6 $args->{'processing_errors'} || 'NATIVE'
66 0 6 $args->{'template_syntax'} || 'HTML'
151 1 0 $args{'show_stats'} || 0
152 0 1 $args{'charset'} || 'UTF-8'

or 3 conditions

line l !l&&r !l&&!r condition
104 7 0 1 delete $args{'lexicon'} || delete $args{'lexicons'}
156 0 0 1 $args{'filenames'} || $args{'filename'}
160 0 1 0 $args{'filename_match'} || qr/\.tt2?$/