| blib/lib/Test/DBIx/Class/Schema.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 164 | 0 | 0 | 1 | $result->can($method) and $result->$method->isa('DBIx::Class::ResultSet') |
| 227 | 1 | 20 | 1 | exists $self->{'methods'}{$method_type} and @{$self->{'methods'}{$method_type};} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 12 | 0 | ref $proto || $proto |
| 91 | 1 | 0 | 10 | $tb2_already_done_testing or $ENV{'TEST_AGGREGATE'} |