| 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 | 34 | 34 | 246 | use strict; | |||
| 34 | 69 | ||||||
| 34 | 1083 | ||||||
| 4 | 34 | 34 | 181 | use warnings; | |||
| 34 | 123 | ||||||
| 34 | 917 | ||||||
| 5 | |||||||
| 6 | 34 | 34 | 13070 | use parent 'Specio::Exporter'; | |||
| 34 | 9211 | ||||||
| 34 | 241 | ||||||
| 7 | |||||||
| 8 | 34 | 34 | 150187 | use Markdent::Types::Internal -reexport; | |||
| 34 | 141 | ||||||
| 34 | 489 | ||||||
| 9 | 34 | 34 | 264676 | use Specio::Library::Builtins -reexport; | |||
| 34 | 115 | ||||||
| 34 | 283 | ||||||
| 10 | 34 | 34 | 328393 | use Specio::Library::Numeric -reexport; | |||
| 34 | 426877 | ||||||
| 34 | 258 | ||||||
| 11 | |||||||
| 12 | our $VERSION = '0.38'; | ||||||
| 13 | |||||||
| 14 | 1; |