| blib/lib/DBIx/Transaction.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 21 | 21 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 7 | 7 | 100.0 |
| pod | n/a | ||
| total | 28 | 28 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package DBIx::Transaction; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 28980 | use 5.006; | |||
| 1 | 4 | ||||||
| 1 | 54 | ||||||
| 4 | 1 | 1 | 6 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 46 | ||||||
| 5 | 1 | 1 | 7 | use warnings (FATAL => 'all'); | |||
| 1 | 1 | ||||||
| 1 | 35 | ||||||
| 6 | 1 | 1 | 5 | use base q(DBI); | |||
| 1 | 2 | ||||||
| 1 | 2507 | ||||||
| 7 | 1 | 1 | 27998 | use DBI; | |||
| 1 | 2 | ||||||
| 1 | 56 | ||||||
| 8 | 1 | 1 | 912 | use DBIx::Transaction::db; | |||
| 1 | 4 | ||||||
| 1 | 39 | ||||||
| 9 | 1 | 1 | 694 | use DBIx::Transaction::st; | |||
| 1 | 2 | ||||||
| 1 | 49 | ||||||
| 10 | |||||||
| 11 | our $VERSION = '1.100'; | ||||||
| 12 | |||||||
| 13 | 1; |