blib/lib/Test/TempDir/Factory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
170 | 16 | 0 | 0 | -d $dir and -w $dir |
174 | 0 | 0 | 16 | -d $t and -w $t |
176 | 8 | 0 | 8 | -d $dir and -w $dir |
186 | 0 | 0 | 0 | $self->can('logger') and my $logger = $self->logger |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
176 | 8 | 8 | 0 | -d $dir and -w $dir or not -e $dir |