Condition Coverage

blib/lib/Lazy/Utils.pm
Criterion Covered Total %
condition 0 42 0.0


and 3 conditions

line !l l&&!r l&&r condition
309 0 0 0 @_ >= 1 and ref $_[0] eq 'HASH'
322 0 0 0 defined $argv and not ref $argv
324 0 0 0 not !defined($prefs->{'optionAtAll'}) || $prefs->{'optionAtAll'} and @parameters
354 0 0 0 substr($argv, 0, 1) eq '-' and length $argv != 1
367 0 0 0 $prefs->{'valuableArgs'} and $opt
470 0 0 0 $expiry > 0 and $now - $epoch < $expiry
505 0 0 0 $tmp and file_put_contents("${tmp_base}tmp.$tmp_prefix$now.$$", $tmp)
0 0 0 $tmp and file_put_contents("${tmp_base}tmp.$tmp_prefix$now.$$", $tmp) and rename "${tmp_base}tmp.$tmp_prefix$now.$$", "$tmp_base$tmp_prefix$now.$$"
555 0 0 0 defined $section and not defined $result
570 0 0 0 defined $section and $line =~ /^\S+/

or 3 conditions

line l !l&&r !l&&!r condition
163 0 0 0 not defined $contents or ref $contents
324 0 0 0 !defined($prefs->{'optionAtAll'}) || $prefs->{'optionAtAll'}
470 0 0 0 $expiry < 0 or $expiry > 0 and $now - $epoch < $expiry
503 0 0 0 ref $result eq 'ARRAY' or ref $result eq 'HASH'