Branch Coverage

blib/lib/Mail/Action/Storage.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
21 1 10 unless $directory
67 0 2 if (-e $file) { }
69 0 0 unless open OUT, '+< ' . $file
76 0 2 unless open OUT, '> ' . $file
87 0 1 unless open IN, $self->storage_file($name)