Condition Coverage

blib/lib/Text/Matrix.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
167 4 5 29 $end_column + 1 < @{$self->{'columns'};} and $previous_width + length($self->{'columns'}[$end_column + 1]) <= $self->{'max_width'}
358 1 0 21 defined($head = $self->head) and defined($body = $self->body)
1 0 21 defined($head = $self->head) and defined($body = $self->body) and defined($foot = $self->foot)

or 3 conditions

line l !l&&r !l&&!r condition
19 0 39 0 ref $this || $this
30 0 1 70 $opt eq 'new' or not $self->can($opt)