| blib/lib/App/DBCritic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 4 | 12 | 33.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 76 | 0 | 0 | unless $self->has_schema | 
| 105 | 0 | 1 | if (my $class_name = $self->class_name) | 
| 106 | 0 | 0 | if eval "require $class_name" | 
| 116 | 6 | 1 | if &blessed($schema) and $schema->isa('DBIx::Class::Schema') | 
| 119 | 0 | 0 | if (not $_[0] =~ / has no primary key at /msu) | 
| 123 | 1 | 0 | if 'ARRAY' eq ref $schema |