File Coverage

blib/lib/Kubernetes/REST/Call/GetAllAPIVersions.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Kubernetes::REST::Call::GetAllAPIVersions;
2 1     1   552 use Moo;
  1         2  
  1         6  
3              
4 1     1   3 sub _url { '/' }
5 1     1   20 sub _method { 'GET' }
6             1;