| blib/lib/Text/Md2Inao/Builder/Html.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 15 | 15 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | n/a | ||
| total | 20 | 20 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Text::Md2Inao::Builder::Html; | ||||||
| 2 | 1 | 1 | 1042 | use utf8; | |||
| 1 | 1 | ||||||
| 1 | 11 | ||||||
| 3 | 1 | 1 | 249 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 41 | ||||||
| 4 | 1 | 1 | 6 | use warnings; | |||
| 1 | 3 | ||||||
| 1 | 42 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 7 | use parent qw/Text::Md2Inao::Builder/; | |||
| 1 | 2 | ||||||
| 1 | 9 | ||||||
| 7 | |||||||
| 8 | 1 | 1 | 518 | use Text::Md2Inao::Builder::DSL; | |||
| 1 | 3 | ||||||
| 1 | 146 | ||||||
| 9 | |||||||
| 10 | case default => sub { | ||||||
| 11 | my ($c, $h) = @_; | ||||||
| 12 | $h->as_HTML('', '', {}); | ||||||
| 13 | }; | ||||||
| 14 | |||||||
| 15 | 1; | ||||||
| 16 |