File Coverage

blib/lib/Paws/Net/NoSignature.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod 0 1 0.0
total 4 6 66.6


line stmt bran cond sub pod time code
1             package Paws::Net::NoSignature;
2 4     4   4645 use Moose::Role;
  4         17  
  4         86  
3              
4       0 0   sub sign {
5             }
6             1;