Condition Coverage

blib/lib/Log/Fine/Formatter.pm
Criterion Covered Total %
condition 6 9 66.6


and 3 conditions

line !l l&&!r l&&r condition
230 2 0 1 defined $self->{'timestamp_format'} and $self->{'timestamp_format'} =~ /\w+/
235 2 0 1 defined $self->{'precision'} and $self->{'precision'} =~ /^\d+$/
244 408 0 13 defined $self->{'timestamp_format'} and $self->{'timestamp_format'} =~ /\w+/