blib/lib/Lab/Moose/DataFile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 16 | 50.0 |
line | true | false | branch |
---|---|---|---|
92 | 0 | 109 | unless open my $fh, $self->mode, $path |
114 | 3 | 107 | unless (-e $dirpath) |
115 | 0 | 3 | unless make_path($dirpath) |
125 | 0 | 110 | if (-e $path) |
132 | 0 | 110 | unless binmode $fh |
135 | 110 | 0 | if ($self->autoflush) |
147 | 0 | 0 | unless close $fh |
153 | 0 | 37 | if ($self->timestamp) |