Branch Coverage

blib/lib/Locale/TextDomain/OO/Lexicon/Role/StoreFile.pm
Criterion Covered Total %
branch 2 12 16.6


line true false branch
26 0 26 if ($self->file_handle)
29 0 0 unless $self->file_handle->print($self->file_handle, $content)
33 0 26 if ($self->filename)
35 0 0 unless open my $file_handle, '> :raw', $self->filename
37 0 0 unless $file_handle->print($content)
39 0 0 unless $file_handle->close