| blib/lib/AnyEvent/FTP/Server/Role/Context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 11 | 11 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 | 
| pod | n/a | ||
| total | 15 | 15 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package AnyEvent::FTP::Server::Role::Context; | ||||||
| 2 | |||||||
| 3 | 26 | 26 | 15187 | use strict; | |||
| 26 | 73 | ||||||
| 26 | 953 | ||||||
| 4 | 26 | 26 | 149 | use warnings; | |||
| 26 | 60 | ||||||
| 26 | 724 | ||||||
| 5 | 26 | 26 | 484 | use 5.010; | |||
| 26 | 99 | ||||||
| 6 | 26 | 26 | 149 | use Moo::Role; | |||
| 26 | 65 | ||||||
| 26 | 194 | ||||||
| 7 | |||||||
| 8 | # ABSTRACT: Server connection context role | ||||||
| 9 | our $VERSION = '0.18'; # VERSION | ||||||
| 10 | |||||||
| 11 | requires 'push_request'; | ||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | |||||||
| 15 | __END__ |