| blib/lib/Text/Pipe/HTML.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 | 1 | 1 | 625 | use 5.008; | |||
| 1 | 5 | ||||||
| 1 | 39 | ||||||
| 2 | 1 | 1 | 5 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 27 | ||||||
| 3 | 1 | 1 | 5 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 46 | ||||||
| 4 | |||||||
| 5 | package Text::Pipe::HTML; | ||||||
| 6 | our $VERSION = '1.100880'; | ||||||
| 7 | # ABSTRACT: Text pipes that can encode and decode HTML entities | ||||||
| 8 | 1 | 1 | 5 | use parent qw(Text::Pipe::Base); | |||
| 1 | 3 | ||||||
| 1 | 8 | ||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | |||||||
| 12 | __END__ |