blib/lib/URI/couchdb.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::couchdb; | ||||||
2 | 1 | 1 | 2006 | use base 'URI::_db'; | |||
1 | 1 | ||||||
1 | 201 | ||||||
3 | our $VERSION = '0.20'; | ||||||
4 | |||||||
5 | 36 | 36 | 1 | 15378 | sub default_port { 5984 } | ||
6 | 40 | 40 | 0 | 16610 | sub canonical_engine { 'couchdb' } | ||
7 | |||||||
8 | 1; |