File Coverage

blib/lib/Map/Metro/Standard.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1 1     1   9 use 5.16.0;
  1         4  
2 1     1   4 use strict;
  1         2  
  1         23  
3 1     1   4 use warnings;
  1         2  
  1         62  
4              
5             our $VERSION = '0.2300'; # VERSION
6              
7             package Map::Metro::Standard {
8              
9 1         5 use Syntax::Collector q/
10             use feature 0 ':5.16';
11             use warnings 0;
12             use true 0;
13 1     1   801 /;
  1         7811  
14             }
15              
16             1;
17              
18             __END__
19              
20             =pod
21              
22             =encoding UTF-8
23              
24             =head1 NAME
25              
26             Map::Metro::Standard
27              
28             =head1 VERSION
29              
30             Version 0.2300, released 2016-01-14.
31              
32             =head1 SOURCE
33              
34             L<https://github.com/Csson/p5-Map-Metro>
35              
36             =head1 HOMEPAGE
37              
38             L<https://metacpan.org/release/Map-Metro>
39              
40             =head1 AUTHOR
41              
42             Erik Carlsson <info@code301.com>
43              
44             =head1 COPYRIGHT AND LICENSE
45              
46             This software is copyright (c) 2016 by Erik Carlsson.
47              
48             This is free software; you can redistribute it and/or modify it under
49             the same terms as the Perl 5 programming language system itself.
50              
51             =cut