blib/lib/Text/Pipe/W3CDTF.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 | 684 | use 5.008; | |||
1 | 4 | ||||||
1 | 35 | ||||||
2 | 1 | 1 | 5 | use strict; | |||
1 | 2 | ||||||
1 | 30 | ||||||
3 | 1 | 1 | 4 | use warnings; | |||
1 | 2 | ||||||
1 | 49 | ||||||
4 | |||||||
5 | package Text::Pipe::W3CDTF; | ||||||
6 | our $VERSION = '1.100890'; | ||||||
7 | # ABSTRACT: Text pipes that convert W3CDTF date-time strings and objects | ||||||
8 | 1 | 1 | 5 | use parent qw(Text::Pipe::Base); | |||
1 | 2 | ||||||
1 | 5 | ||||||
9 | 1; | ||||||
10 | |||||||
11 | |||||||
12 | __END__ |