| blib/lib/Data/Semantic/URI/file_TEST.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 | 1 | 1 | 12078 | use 5.008; | |||
| 1 | 9 | ||||||
| 1 | 424 | ||||||
| 2 | 1 | 1 | 10 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 47 | ||||||
| 3 | 1 | 1 | 7 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 82 | ||||||
| 4 | |||||||
| 5 | package Data::Semantic::URI::file_TEST; | ||||||
| 6 | our $VERSION = '1.100850'; | ||||||
| 7 | # ABSTRACT: Test companion class for the file URI semantic data class | ||||||
| 8 | 1 | 1 | 5 | use Test::More; | |||
| 1 | 2 | ||||||
| 1 | 19 | ||||||
| 9 | 1 | 11 | use parent qw( | ||||
| 10 | Data::Semantic::Test | ||||||
| 11 | Data::Semantic::URI::TestData::file | ||||||
| 12 | 1 | 1 | 2866 | ); | |||
| 1 | 3 | ||||||
| 13 | 1; | ||||||
| 14 | |||||||
| 15 | |||||||
| 16 | __END__ |