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 | 255 | use strict; | |||
35 | 72 | ||||||
35 | 1035 | ||||||
4 | 35 | 35 | 171 | use warnings; | |||
35 | 97 | ||||||
35 | 974 | ||||||
5 | |||||||
6 | 35 | 35 | 14086 | use parent 'Specio::Exporter'; | |||
35 | 9290 | ||||||
35 | 209 | ||||||
7 | |||||||
8 | 35 | 35 | 154373 | use Markdent::Types::Internal -reexport; | |||
35 | 125 | ||||||
35 | 515 | ||||||
9 | 35 | 35 | 260629 | use Specio::Library::Builtins -reexport; | |||
35 | 117 | ||||||
35 | 331 | ||||||
10 | 35 | 35 | 323292 | use Specio::Library::Numeric -reexport; | |||
35 | 421294 | ||||||
35 | 300 | ||||||
11 | |||||||
12 | our $VERSION = '0.39'; | ||||||
13 | |||||||
14 | 1; |