lib/SQL/Admin/Catalog/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 | |||||||
2 | package SQL::Admin::Catalog::Schema; | ||||||
3 | 2 | 2 | 1208 | use base qw( SQL::Admin::Catalog::Object ); | |||
2 | 4 | ||||||
2 | 592 | ||||||
4 | |||||||
5 | 2 | 2 | 11 | use strict; | |||
2 | 4 | ||||||
2 | 64 | ||||||
6 | 2 | 2 | 11 | use warnings; | |||
2 | 4 | ||||||
2 | 112 | ||||||
7 | |||||||
8 | our $VERSION = v0.5.0; | ||||||
9 | |||||||
10 | ###################################################################### | ||||||
11 | ###################################################################### | ||||||
12 | |||||||
13 | package SQL::Admin::Catalog::Schema; | ||||||
14 | |||||||
15 | 1; | ||||||
16 |