File Coverage

blib/lib/WWW/VastAI/Role/IO.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             package WWW::VastAI::Role::IO;
2             our $VERSION = '0.001';
3             # ABSTRACT: Role for pluggable HTTP backends used by WWW::VastAI
4              
5 11     11   14457 use Moo::Role;
  11         49  
  11         84  
6              
7             requires 'call';
8              
9             1;
10              
11             __END__