File Coverage

blib/lib/Megaport/Ports.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package Megaport::Ports;
2 3     3   1140 use parent 'Megaport::Internal::_Result';
  3         650  
  3         13  
3              
4 3     3   124 use 5.10.0;
  3         6  
5 3     3   9 use strict;
  3         6  
  3         45  
6 3     3   8 use warnings;
  3         3  
  3         91  
7              
8             use Class::Tiny {
9 3         13 _request => {
10             pkey => 'productUid',
11             method => 'GET',
12             path => '/dropdowns/partner/megaports'
13             }
14 3     3   9 };
  3         3  
15              
16             1;
17             __END__