Condition Coverage

blib/lib/SimpleFlow.pm
Criterion Covered Total %
condition 26 37 70.2


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'}
54 0 0 26 @_ == 1 and ref $_[0] eq "HASH"
86 22 1 1 defined $args->{'log.fh'} and not &openhandle($args->{'log.fh'})
165 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
242 8 9 1 $r{'die'} and $r{'exit'} != 0

or 2 conditions

line l !l condition
150 8 12 $args->{'die'} // 1
151 1 19 $args->{'dry.run'} // 0
152 1 19 $args->{'note'} // ""
153 4 16 $args->{'overwrite'} // 0
236 3 1 $output_file_size{$_} // 0

or 3 conditions

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