blib/lib/HTML/Untemplate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package HTML::Untemplate; | ||||||
2 | # ABSTRACT: web scraping assistant | ||||||
3 | # PODNAME: HTML::Untemplate | ||||||
4 | |||||||
5 | 2 | 2 | 23742 | use strict; | |||
2 | 4 | ||||||
2 | 71 | ||||||
6 | 2 | 2 | 9 | use utf8; | |||
2 | 4 | ||||||
2 | 14 | ||||||
7 | 2 | 2 | 103 | use warnings qw(all); | |||
2 | 4 | ||||||
2 | 84 | ||||||
8 | |||||||
9 | 2 | 2 | 1884 | use Moo; | |||
2 | 40087 | ||||||
2 | 12 | ||||||
10 | extends 'HTML::Linear'; | ||||||
11 | |||||||
12 | our $VERSION = '0.019'; # VERSION | ||||||
13 | |||||||
14 | |||||||
15 | 1; | ||||||
16 | |||||||
17 | __END__ |