File Coverage

blib/lib/Task/Map/Tube/Metro.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Task::Map::Tube::Metro;
2              
3             # Pragmas.
4 2     2   20616 use strict;
  2         3  
  2         41  
5 2     2   7 use warnings;
  2         1  
  2         60  
6              
7             # Version.
8             our $VERSION = 0.12;
9              
10             1;
11              
12             __END__