Condition Coverage

blib/lib/Log/Dispatch/File.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
73 14 0 0 $p{'mode'} =~ /^\d+$/ and $p{'mode'} == O_APPEND()
107 76 0 2 $self->{'permissions'} and not $self->{'chmodded'}

or 3 conditions

line l !l&&r !l&&!r condition
73 31 0 14 $p{'mode'} =~ /^(?:>>|append)$/ or $p{'mode'} =~ /^\d+$/ and $p{'mode'} == O_APPEND()
90 23 1 44 $self->{'close_after_write'} or $self->{'lazy_open'}