blib/lib/Docker/Registry/IO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Docker::Registry::IO; | ||||||
2 | 5 | 5 | 11002 | use Moo::Role; | |||
5 | 14 | ||||||
5 | 31 | ||||||
3 | |||||||
4 | 5 | 5 | 3918 | use Docker::Registry::Request; | |||
5 | 66 | ||||||
5 | 183 | ||||||
5 | 5 | 5 | 2103 | use Docker::Registry::Response; | |||
5 | 18 | ||||||
5 | 157 | ||||||
6 | |||||||
7 | # load this "almost empty" class because | ||||||
8 | # IO modules use $Docker::Registry::VERSION | ||||||
9 | # in the User Agent | ||||||
10 | 5 | 5 | 2147 | use Docker::Registry; | |||
5 | 21 | ||||||
5 | 229 | ||||||
11 | |||||||
12 | requires 'send_request'; | ||||||
13 | |||||||
14 | 1; |