File Coverage

blib/lib/Blockchain/Ethereum/ABI.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Blockchain::Ethereum::ABI;
2              
3 1     1   253123 use v5.26;
  1         5  
4 1     1   8 use strict;
  1         2  
  1         36  
5 1     1   6 use warnings;
  1         7  
  1         126  
6              
7             # ABSTRACT: ABI utility for encoding/decoding ethereum contract arguments
8             our $AUTHORITY = 'cpan:REFECO'; # AUTHORITY
9             our $VERSION = '0.021'; # VERSION
10              
11             1;
12              
13             __END__