| blib/lib/Jifty/DBI/Column.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 18 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 185 | 1 | 1 | 34 | $_ ne 'attributes' and $_ ne 'record_class' |
| 2 | 2 | 32 | $_ ne 'attributes' and $_ ne 'record_class' and not $_ =~ /^_/ | |
| 200 | 0 | 0 | 0 | $_ ne 'record_class' and not $_ =~ /^_/ |
| 283 | 55 | 12 | 3 | defined $self->since and $version < 'version'->new($self->since) |
| 287 | 55 | 6 | 6 | defined $self->till and $version >= 'version'->new($self->till) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 212 | 38 | 0 | 21 | $self->_checked_for_validate_sub || $self->_validator |