Condition Coverage

blib/lib/PlugAuth/Role/Flat.pm
Criterion Covered Total %
condition 14 17 82.3


and 3 conditions

line !l l&&!r l&&r condition
23 257 0 2498 $MTimes{$filename} and $MTimes{$filename} == $mtime

or 2 conditions

line l !l condition
34 187 72 $args{'nest'} ||= 0
81 0 290 $h{$k} ||= {}
86 20 111 $h{$k} ||= {}
87 3 128 $h{$k}{$p} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
65 200 294 629 $line =~ /^#/ or not length $line
111 186 84 0 $config->{$file} //= do { my $fn = 'File::Spec'->catfile($self->temp_dir, $file); WARN("$file not defined in configuration, using temp $fn, modifiations will be lost on exit"); touch($fn); $fn }