blib/lib/HTML/EP/Session/Dumper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
41 | 0 | 0 | unless sysopen $fh, $id, 66 |
43 | 0 | 0 | unless flock $fh, 2 |
44 | 0 | 0 | if eof $fh |
47 | 0 | 0 | unless defined $contents |
49 | 0 | 0 | if $@ |
50 | 0 | 0 | unless $self |
59 | 0 | 0 | unless seek $fh, 0, 0 and print $fh 'Data::Dumper'->new([$self])->Indent(1)->Terse(1)->Dump and truncate $fh, 0 |
63 | 0 | 0 | if ($locked) |
71 | 0 | 0 | if (-f $id) |
72 | 0 | 0 | unless unlink $id |