| blib/lib/Plack/Handler/Standalone.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Plack::Handler::Standalone; | ||||||
| 2 | 38 | 38 | 1081 | use strict; | |||
| 38 | 113 | ||||||
| 38 | 3546 | ||||||
| 3 | 38 | 38 | 375 | use warnings; | |||
| 38 | 816 | ||||||
| 38 | 6059 | ||||||
| 4 | 38 | 38 | 450 | use parent qw( Plack::Handler::HTTP::Server::PSGI ); | |||
| 38 | 112 | ||||||
| 38 | 2041 | ||||||
| 5 | |||||||
| 6 | 1; | ||||||
| 7 | |||||||
| 8 | __END__ |