Condition Coverage

blib/lib/Mail/IspMailGate/Test.pm
Criterion Covered Total %
condition 12 31 38.7


and 3 conditions

line !l l&&!r l&&r condition
66 0 2 0 open $fh, ">$inputFile" and print $fh $inputEntity->as_string
0 2 0 open $fh, ">$inputFile" and print $fh $inputEntity->as_string and close $fh
78 0 3 0 open $fh, ">$outputFile" and print $fh $outputEntity->as_string
0 3 0 open $fh, ">$outputFile" and print $fh $outputEntity->as_string and close $fh
106 0 0 1 defined &Sys::Syslog::setlogsock and defined &Sys::Syslog::_PATH_LOG
124 0 1 0 open $fh, ">$inputFile" and print $fh $input
0 1 0 open $fh, ">$inputFile" and print $fh $input and close $fh
135 0 1 0 open $fh, ">$outputFile" and print $fh $mailOutput
0 1 0 open $fh, ">$outputFile" and print $fh $mailOutput and close $fh

or 2 conditions

line l !l condition
32 1 3 $opts{'output_dir'} || 'output'
92 1 0 $$opts{'tmp_dir'} || 'output/tmp'