File Coverage

blib/lib/Wasm/Func.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 Wasm::Func;
2              
3 1     1   222126 use strict;
  1         7  
  1         30  
4 1     1   5 use warnings;
  1         2  
  1         21  
5 1     1   27 use 5.008004;
  1         4  
6              
7             # ABSTRACT: Interface to WebAssembly functions
8             our $VERSION = '0.21'; # VERSION
9              
10              
11             1;
12              
13             __END__