Branch Coverage

lib/Log/Mini/Logger/FILE.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
16 1 20 $params{'synced'} ? :
27 1 21 unless (-e $self->{'file'})
39 0 22 unless open my $fh, ">>", $self->{'file'}