File Coverage

blib/lib/DigitalOcean/Error.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 1     1   4 use strict;
  1         1  
  1         33  
2             package DigitalOcean::Error;
3 1     1   383 use Object::Tiny::XS qw /id message status_code status_message status_line DigitalOcean/;
  1         2334  
  1         5  
4              
5             #ABSTRACT: Represents an HTTP error returned by the DigitalOcean API
6              
7              
8              
9              
10              
11              
12              
13             1;
14              
15             __END__