File Coverage

blib/lib/Net/Async/Hetzner.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 Net::Async::Hetzner;
2              
3             # ABSTRACT: Async Hetzner API clients for IO::Async
4              
5 1     1   453034 use strict;
  1         2  
  1         112  
6 1     1   8 use warnings;
  1         3  
  1         112  
7              
8             our $VERSION = '0.003';
9              
10             1;
11              
12             __END__