blib/lib/BackPAN/Index/Schema.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 BackPAN::Index::Schema; | ||||||
2 | |||||||
3 | # This is not generated by DBIx::Class::Schema::Loader, but the result | ||||||
4 | # classes are. Run ./Build result_classes to regenerate the result | ||||||
5 | # classes. | ||||||
6 | |||||||
7 | 12 | 12 | 1906574 | use strict; | |||
12 | 52 | ||||||
12 | 576 | ||||||
8 | 12 | 12 | 84 | use warnings; | |||
12 | 26 | ||||||
12 | 557 | ||||||
9 | |||||||
10 | 12 | 12 | 193 | use base 'DBIx::Class::Schema'; | |||
12 | 23 | ||||||
12 | 15561 | ||||||
11 | |||||||
12 | __PACKAGE__->load_classes({ | ||||||
13 | "BackPAN::Index" => [qw(Dist File Release)], | ||||||
14 | }); | ||||||
15 | |||||||
16 | 1; |