blib/lib/RDF/NS/URIS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 15 | 15 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 6 | 6 | 100.0 |
pod | 1 | 1 | 100.0 |
total | 22 | 22 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package RDF::NS::URIS; | ||||||
2 | 1 | 1 | 69806 | use v5.10; | |||
1 | 18 | ||||||
3 | 1 | 1 | 6 | use strict; | |||
1 | 1 | ||||||
1 | 19 | ||||||
4 | 1 | 1 | 5 | use warnings; | |||
1 | 2 | ||||||
1 | 37 | ||||||
5 | |||||||
6 | our $VERSION = '20230619'; | ||||||
7 | |||||||
8 | 1 | 1 | 700 | use URI; | |||
1 | 7312 | ||||||
1 | 31 | ||||||
9 | 1 | 1 | 6 | use base 'RDF::NS'; | |||
1 | 2 | ||||||
1 | 440 | ||||||
10 | |||||||
11 | sub GET { | ||||||
12 | 4 | 4 | 1 | 20 | URI->new($_[1]); | ||
13 | } | ||||||
14 | |||||||
15 | 1; | ||||||
16 | __END__ |