| blib/lib/URI/firebird.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 5 | 5 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 | 
| pod | 1 | 2 | 50.0 | 
| total | 9 | 10 | 90.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package URI::firebird; | ||||||
| 2 | 2 | 2 | 2258 | use base 'URI::_db'; | |||
| 2 | 4 | ||||||
| 2 | 269 | ||||||
| 3 | our $VERSION = '0.19'; | ||||||
| 4 | |||||||
| 5 | 18 | 18 | 1 | 6881 | sub default_port { 3050 } | ||
| 6 | 1 | 1 | 0 | 3 | sub dbi_driver { 'Firebird' } | ||
| 7 | |||||||
| 8 | 1; |