| 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 | 11261 | use strict; | |||
| 26 | 50 | ||||||
| 26 | 653 | ||||||
| 4 | 26 | 26 | 111 | use warnings; | |||
| 26 | 50 | ||||||
| 26 | 483 | ||||||
| 5 | 26 | 26 | 375 | use 5.010; | |||
| 26 | 71 | ||||||
| 6 | 26 | 26 | 115 | use Moo::Role; | |||
| 26 | 44 | ||||||
| 26 | 162 | ||||||
| 7 | |||||||
| 8 | # ABSTRACT: Server connection context role | ||||||
| 9 | our $VERSION = '0.19'; # VERSION | ||||||
| 10 | |||||||
| 11 | requires 'push_request'; | ||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | |||||||
| 15 | __END__ |