Condition Coverage

blib/lib/Data/TableReader/Field.pm
Criterion Covered Total %
condition 2 6 33.3


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 1 defined $self->type and ref($self->type)->can("coerce")

or 3 conditions

line l !l&&r !l&&!r condition
25 0 1 0 ref $self->coerce eq "CODE" or defined $self->type and ref($self->type)->can("coerce")