| blib/lib/IO/K8s/Api/Core/V1/Endpoints.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package IO::K8s::Api::Core::V1::Endpoints; | ||||||
| 2 | # ABSTRACT: Endpoints is a collection of endpoints that implement the actual service. | ||||||
| 3 | our $VERSION = '1.008'; | ||||||
| 4 | 4 | 4 | 4402 | use IO::K8s::APIObject; | |||
| 4 | 11 | ||||||
| 4 | 48 | ||||||
| 5 | with 'IO::K8s::Role::Namespaced'; | ||||||
| 6 | |||||||
| 7 | |||||||
| 8 | k8s subsets => ['Core::V1::EndpointSubset']; | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |