File Coverage

blib/lib/SilverGoldBull/API/CommonMethodsRole.pm
Criterion Covered Total %
statement 7 9 77.7
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 12 83.3


line stmt bran cond sub pod time code
1             package SilverGoldBull::API::CommonMethodsRole;
2              
3 1     1   1014 use strict;
  1         1  
  1         26  
4 1     1   4 use warnings;
  1         1  
  1         23  
5              
6 1     1   225 use Mouse::Role;
  0            
  0            
7              
8             requires qw(to_hashref);
9              
10             1;