| blib/lib/DBIx/Class/Core.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package DBIx::Class::Core; | ||||||
| 2 | |||||||
| 3 | 379 | 379 | 3095898 | use strict; | |||
| 379 | 781 | ||||||
| 379 | 10653 | ||||||
| 4 | 379 | 379 | 1686 | use warnings; | |||
| 379 | 714 | ||||||
| 379 | 10280 | ||||||
| 5 | |||||||
| 6 | 379 | 379 | 1556 | use base qw/DBIx::Class/; | |||
| 379 | 707 | ||||||
| 379 | 53283 | ||||||
| 7 | |||||||
| 8 | __PACKAGE__->load_components(qw/ | ||||||
| 9 | Relationship | ||||||
| 10 | InflateColumn | ||||||
| 11 | PK::Auto | ||||||
| 12 | PK | ||||||
| 13 | Row | ||||||
| 14 | ResultSourceProxy::Table | ||||||
| 15 | /); | ||||||
| 16 | |||||||
| 17 | 1; | ||||||
| 18 | |||||||
| 19 | __END__ |