File Coverage

blib/lib/IO/K8s/Role/Namespaced.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::Role::Namespaced;
2             our $VERSION = '1.008';
3             # ABSTRACT: Role for Kubernetes resources that live in a namespace
4 26     26   16905 use Moo::Role;
  26         121  
  26         194  
5              
6             1;
7              
8             __END__