Condition Coverage

blib/lib/SimpleFlow.pm
Criterion Covered Total %
condition 25 34 73.5


and 3 conditions

line !l l&&!r l&&r condition
22 1 0 0 $^O eq "MSWin32" and not $ENV{'WT_SESSION'}
1 0 0 $^O eq "MSWin32" and not $ENV{'WT_SESSION'} and not $ENV{'ConEmuANSI'}
0 0 0 $^O eq "MSWin32" and not $ENV{'WT_SESSION'} and not $ENV{'ConEmuANSI'} and not $ENV{'ANSICON'}
79 22 1 1 defined $args->{'log.fh'} and not &openhandle($args->{'log.fh'})
158 3 15 2 not $args->{'overwrite'} and scalar @output_files > 0
18 1 1 not $args->{'overwrite'} and scalar @output_files > 0 and scalar @existing_files == scalar @output_files
235 8 9 1 $r{'die'} and $r{'exit'} != 0

or 2 conditions

line l !l condition
143 8 12 $args->{'die'} // 1
144 1 19 $args->{'dry.run'} // 0
145 1 19 $args->{'note'} // ""
146 4 16 $args->{'overwrite'} // 0
229 3 1 $output_file_size{$_} // 0

or 3 conditions

line l !l&&r !l&&!r condition
191 0 0 18 not defined $status or $status == -1