blib/lib/Test/DBIx/Class/Schema.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
105 | 1 | 3 | 18 | exists $self->{'methods'}{$method_type} and @{$self->{'methods'}{$method_type};} |
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};} |
253 | 1 | 3 | 18 | 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 | 2 | 8 | $tb2_already_done_testing or $ENV{'TEST_AGGREGATE'} |