Condition Coverage

blib/lib/Catmandu/Breaker.pm
Criterion Covered Total %
condition 3 28 10.7


and 3 conditions

line !l l&&!r l&&r condition
28 0 0 3277 defined $identifier and defined $tag
0 0 3277 defined $identifier and defined $tag and defined $value
41 0 0 0 defined $id and defined $tag
0 0 0 defined $id and defined $tag and defined $value
74 0 0 0 defined $prev_id and $prev_id ne $id
112 0 0 0 $self->verbose and $n % 1000 == 0
118 0 0 0 $self->maxscan > 0 and $n > $self->maxscan

or 2 conditions

line l !l condition
26 3277 0 $value //= ''
51 0 0 $format // 'Table'

or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 0 $self->tags // $self->scan_tags($file)