| blib/lib/URI/nntps.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 10 | 11 | 90.9 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 5 | 80.0 | 
| pod | 2 | 2 | 100.0 | 
| total | 16 | 18 | 88.8 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package URI::nntps; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 7 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 29 | ||||||
| 4 | 1 | 1 | 4 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 38 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '5.19'; | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 5 | use parent 'URI::nntp'; | |||
| 1 | 1 | ||||||
| 1 | 4 | ||||||
| 9 | |||||||
| 10 | 1 | 1 | 1 | 2 | sub default_port { 563 } | ||
| 11 | |||||||
| 12 | 0 | 0 | 1 | sub secure { 1 } | |||
| 13 | |||||||
| 14 | 1; |