| blib/lib/Plack/Test/AE.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 | ||||||
| 2 | Plack::Test::AE; | ||||||
| 3 | |||||||
| 4 | 1 | 1 | 6957 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 35 | ||||||
| 5 | 1 | 1 | 5 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 40 | ||||||
| 6 | |||||||
| 7 | BEGIN { | ||||||
| 8 | 1 | 1 | 354 | require Plack::Test::AnyEvent; | |||
| 9 | 1 | 23 | *test_psgi = \&Plack::Test::AnyEvent::test_psgi; | ||||
| 10 | } | ||||||
| 11 | |||||||
| 12 | 1; | ||||||
| 13 | |||||||
| 14 | =pod | ||||||
| 15 | |||||||
| 16 | =begin comment | ||||||
| 17 | |||||||
| 18 | =over | ||||||
| 19 | |||||||
| 20 | =item test_psgi | ||||||
| 21 | |||||||
| 22 | =back | ||||||
| 23 | |||||||
| 24 | =end comment | ||||||
| 25 | |||||||
| 26 | =cut |