Condition Coverage

blib/lib/MySQL/Diff/Table.pm
Criterion Covered Total %
condition 1 21 4.7


and 3 conditions

line !l l&&!r l&&r condition
146 0 0 0 $_[0] && $self->{'fields'}{$_[0]}
147 0 0 0 $_[0] && $self->{'primary'}{$_[0]}
148 0 0 0 $_[0] && $self->{'indices'}{$_[0]}
149 0 0 0 $_[0] && $self->{'unique'}{$_[0]}
150 0 0 0 $_[0] && $self->{'fulltext'}{$_[0]}
151 0 0 0 $_[0] && $self->{'auto_inc'}{$_[0]}

or 3 conditions

line l !l&&r !l&&!r condition
62 0 2 0 ref $class || $class