| blib/lib/Wasm/Global.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::Global; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 238832 | use strict; | |||
| 1 | 7 | ||||||
| 1 | 29 | ||||||
| 4 | 1 | 1 | 5 | use warnings; | |||
| 1 | 9 | ||||||
| 1 | 22 | ||||||
| 5 | 1 | 1 | 32 | use 5.008004; | |||
| 1 | 5 | ||||||
| 6 | |||||||
| 7 | # ABSTRACT: Interface to WebAssembly global variables | ||||||
| 8 | our $VERSION = '0.23'; # VERSION | ||||||
| 9 | |||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |