blib/lib/Test/Filesystem.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
291 | 0 | 0 | 0 | exists $$fs_a{$file} and not exists $$fs_b{$file} |
300 | 0 | 0 | 0 | not exists $$fs_a{$file} and exists $$fs_b{$file} |
336 | 0 | 0 | 0 | $stat_a and not $stat_b |
349 | 0 | 0 | 0 | not $stat_a and $stat_b |
408 | 0 | 0 | 0 | exists $$stat_options{'flags'} and $$stat_options{'flags'}{'ignore'} |
415 | 0 | 0 | 0 | defined $stat_option_a and not defined $stat_option_b |
425 | 0 | 0 | 0 | not defined $stat_option_a and defined $stat_option_b |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
334 | 0 | 0 | 0 | $stat_a or $stat_b |