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
167 1 0 1 -f $name and $name =~ /$match/
202 1 3 2 @blocks == 1 and $blocks[0] =~ /\$[1-9]/
274 0 4 0 &blessed($_[0]) and $_[0]->isa('Template')

or 2 conditions

line l !l condition
41 0 5 $args->{'DELIMITER'} || ':'
42 2 3 $args->{'INCLUDE_PATH'} || []
47 0 5 $args->{'processing_errors'} || 'NATIVE'
64 0 5 $args->{'template_syntax'} || 'HTML'
155 1 0 $args{'show_stats'} || 0
156 0 1 $args{'charset'} || 'UTF-8'

or 3 conditions

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