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_002'; # TRIAL VERSION
4             # ABSTRACT: base class for exporters, only used for 'isa' checks
5              
6 10     10   98 use v5.26;
  10         30  
7 10     10   37 use warnings;
  10         14  
  10         512  
8              
9             1;
10              
11             __END__