Condition Coverage

blib/lib/Bro/Log/Parse.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
49 5 0 5 defined $self->{'file'} and not defined $self->{'fh'}
59 1 2 0 defined $self->{'diamond'} and $self->{'diamond'}

or 2 conditions

line l !l condition
71 1 8 $self->{'empty_as_undef'} //= 0

or 3 conditions

line l !l&&r !l&&!r condition
59 7 0 3 defined $self->{'fh'} or defined $self->{'diamond'} and $self->{'diamond'}