File Coverage

blib/lib/Markdent/Types.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             package Markdent::Types;
2              
3 35     35   257 use strict;
  35         77  
  35         1098  
4 35     35   179 use warnings;
  35         101  
  35         1053  
5              
6 35     35   14869 use parent 'Specio::Exporter';
  35         10144  
  35         295  
7              
8 35     35   167659 use Markdent::Types::Internal -reexport;
  35         147  
  35         587  
9 35     35   282981 use Specio::Library::Builtins -reexport;
  35         141  
  35         363  
10 35     35   354447 use Specio::Library::Numeric -reexport;
  35         458976  
  35         332  
11              
12             our $VERSION = '0.40';
13              
14             1;