| blib/lib/AnyEvent/FTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 8 | 8 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 11 | 11 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package AnyEvent::FTP; | ||||||
| 2 | |||||||
| 3 | 2 | 2 | 166848 | use strict; | |||
| 2 | 6 | ||||||
| 2 | 44 | ||||||
| 4 | 2 | 2 | 7 | use warnings; | |||
| 2 | 3 | ||||||
| 2 | 45 | ||||||
| 5 | 2 | 2 | 33 | use 5.010; | |||
| 2 | 5 | ||||||
| 6 | |||||||
| 7 | # ABSTRACT: Simple asynchronous FTP client and server | ||||||
| 8 | our $VERSION = '0.19'; # VERSION | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |