blib/lib/DBIx/SQLEngine.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 1 | 3 | 33.3 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 2 | 4 | 50.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package DBIx::SQLEngine; | ||||||
2 | |||||||
3 | $VERSION = 0.93; | ||||||
4 | |||||||
5 | 12 | 12 | 121246 | use DBIx::SQLEngine::Driver; | |||
0 | |||||||
0 | |||||||
6 | @ISA = qw( DBIx::SQLEngine::Driver ); | ||||||
7 | |||||||
8 | 1; | ||||||
9 | |||||||
10 | __END__ |