| blib/lib/IO/All/FTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 9 | 11 | 81.8 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 4 | 75.0 | 
| pod | 1 | 1 | 100.0 | 
| total | 13 | 16 | 81.2 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package IO::All::FTP; | ||||||
| 2 | 1 | 1 | 793 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 34 | ||||||
| 3 | 1 | 1 | 5 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 46 | ||||||
| 4 | our $VERSION = '0.14'; | ||||||
| 5 | 1 | 1 | 598 | use IO::All::LWP '-base'; | |||
| 1 | 4 | ||||||
| 1 | 15 | ||||||
| 6 | |||||||
| 7 | const type => 'ftp'; | ||||||
| 8 | |||||||
| 9 | 0 | 0 | 1 | sub ftp { my $self=shift; $self->lwp_init(__PACKAGE__, @_) } | |||
| 0 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |