blib/lib/YATT/Lite/Test/TestFiles.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 24 | 54.1 |
line | true | false | branch |
---|---|---|---|
22 | 1 | 16 | if (-d $real) { } |
23 | 0 | 16 | unless CORE::mkdir $real |
24 | 12 | 4 | unless $self->{'cf_quiet'} |
27 | 0 | 1 | unless $self->{'cf_quiet'} |
40 | 0 | 31 | unless open my $fh, '>', $real |
43 | 0 | 31 | if (defined $old_mtime and (stat $real)[9] <= $old_mtime) |
45 | 0 | 0 | unless utime undef, undef, $real |
47 | 27 | 4 | unless ($self->{'Dict'}{$real}++) |
50 | 19 | 12 | unless $self->{'cf_quiet'} |
54 | 0 | 0 | unless CORE::rmdir $fn |
55 | 0 | 0 | unless CORE::unlink $fn |
59 | 7 | 0 | unless $self->{'cf_auto_clean'} |