Condition Coverage

blib/lib/MooseX/Storage/Engine/IO/File.pm
Criterion Covered Total %
condition 2 6 33.3


or 3 conditions

line l !l&&r !l&&!r condition
19 9 0 0 'IO::File'->new($self->file, 'r') || confess('Unable to open file (' . $self->file . ") for loading : $!")
26 5 0 0 'IO::File'->new($self->file, 'w') || confess('Unable to open file (' . $self->file . ") for storing : $!")