| blib/lib/Data/TableReader/Field.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 6 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 0 | 0 | 1 | defined $self->type and ref($self->type)->can("coerce") |
| 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") |