File Coverage

blib/lib/Sys/Export/Exporter.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package Sys::Export::Exporter;
2              
3             our $VERSION = '0.005'; # VERSION
4             # ABSTRACT: base class for exporters, only used for 'isa' checks
5              
6 9     9   112 use v5.26;
  9         26  
7 9     9   33 use warnings;
  9         12  
  9         449  
8              
9             1;
10              
11             __END__