File Coverage

blib/lib/Paws/API/Response.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              
2             package Paws::API::Response;
3 20     20   152 use Moose;
  20         52  
  20         166  
4             has _request_id => (is => 'ro', isa => 'Str');
5             1;
6              
7             ### main pod documentation begin ###
8              
9             =head1 NAME
10              
11             Paws::API::Response
12              
13             =head1 ATTRIBUTES
14              
15             =head2 _request_id => Str
16              
17             =cut
18