File Coverage

blib/lib/IO/K8s/ApiExtensionsApiServer/Pkg/Apis/Apiextensions/V1beta1/CustomResourceDefinitionList.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package IO::K8s::ApiExtensionsApiServer::Pkg::Apis::Apiextensions::V1beta1::CustomResourceDefinitionList;
2             our $VERSION = '1.008';
3             # ABSTRACT: Deprecated - use IO::K8s::List instead
4 1     1   1641 use strict;
  1         3  
  1         44  
5 1     1   6 use warnings;
  1         2  
  1         90  
6             warn __PACKAGE__ . " is deprecated, use IO::K8s::List instead";
7             1;
8              
9             __END__