| blib/lib/URI/cassandra.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 4 | 4 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 | 
| pod | 1 | 1 | 100.0 | 
| total | 7 | 7 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package URI::cassandra; | ||||||
| 2 | 1 | 1 | 2700 | use base 'URI::_db'; | |||
| 1 | 9 | ||||||
| 1 | 194 | ||||||
| 3 | our $VERSION = '0.21'; | ||||||
| 4 | |||||||
| 5 | 18 | 18 | 1 | 9217 | sub default_port { 9160 } | ||
| 6 | |||||||
| 7 | 1; |