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 | 6 | 6 | 20895 | use Moo::Role; | |||
6 | 15 | ||||||
6 | 33 | ||||||
3 | |||||||
4 | 6 | 6 | 4602 | use Docker::Registry::Request; | |||
6 | 81 | ||||||
6 | 219 | ||||||
5 | 6 | 6 | 2240 | use Docker::Registry::Response; | |||
6 | 18 | ||||||
6 | 193 | ||||||
6 | |||||||
7 | # load this "almost empty" class because | ||||||
8 | # IO modules use $Docker::Registry::VERSION | ||||||
9 | # in the User Agent | ||||||
10 | 6 | 6 | 2704 | use Docker::Registry; | |||
6 | 29 | ||||||
6 | 286 | ||||||
11 | |||||||
12 | requires 'send_request'; | ||||||
13 | |||||||
14 | 1; |