File Coverage

blib/lib/Map/Tube/London/Line/WaterlooCity.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Map::Tube::London::Line::WaterlooCity;
2              
3             $Map::Tube::London::Line::WaterlooCity::VERSION = '0.92';
4             $Map::Tube::London::Line::WaterlooCity::AUTHORITY = 'cpan:MANWAR';
5              
6 1     1   1201 use 5.006;
  1         5  
7 1     1   8 use strict; use warnings;
  1     1   3  
  1         30  
  1         8  
  1         2  
  1         62  
8              
9             =head1 NAME
10              
11             Map::Tube::London::Line::WaterlooCity - London Tube Map: Waterloo & City Line.
12              
13             =head1 VERSION
14              
15             Version 0.92
16              
17             =head1 DESCRIPTION
18              
19             London Tube Map: Waterloo & City Line.
20              
21             +--------------+------------------------------------------------------------+
22             | Station Name | Connected To |
23             +--------------+------------------------------------------------------------+
24             | Bank | Waterloo |
25             | Waterloo | Bank |
26             +--------------+------------------------------------------------------------+
27              
28             =head1 NOTE
29              
30             =over 2
31              
32             =item * The station "Bank" is also part of
33             L
34             | L
35             | L.
36              
37             =item * The station "Waterloo" is also part of
38             L
39             | L
40             | L.
41              
42             =back
43              
44             =head1 MAP
45              
46             London Tube Map: L
47             map generated by plugin L.
48              
49             =begin html
50              
51            
52            
53             alt = "London Tube Map: Waterloo & City Line"
54             width = "1500px"
55             height = "250px"/>
56            
57              
58             =end html
59              
60             =head1 AUTHOR
61              
62             Mohammad S Anwar, C<< >>
63              
64             =head1 REPOSITORY
65              
66             L
67              
68             =head1 BUGS
69              
70             Please report any bugs or feature requests to C,
71             or through the web interface at L.
72             I will be notified, and then you'll automatically be notified of progress on your
73             bug as I make changes.
74              
75             =head1 SUPPORT
76              
77             You can find documentation for this module with the perldoc command.
78              
79             perldoc Map::Tube::London::Line::WaterlooCity
80              
81             You can also look for information at:
82              
83             =over 4
84              
85             =item * RT: CPAN's request tracker (report bugs here)
86              
87             L
88              
89             =item * AnnoCPAN: Annotated CPAN documentation
90              
91             L
92              
93             =item * CPAN Ratings
94              
95             L
96              
97             =item * Search CPAN
98              
99             L
100              
101             =back
102              
103             =head1 LICENSE AND COPYRIGHT
104              
105             Copyright (C) 2014 - 2016 Mohammad S Anwar.
106              
107             This program is free software; you can redistribute it and / or modify it under
108             the terms of the the Artistic License (2.0). You may obtain a copy of the full
109             license at:
110              
111             L
112              
113             Any use, modification, and distribution of the Standard or Modified Versions is
114             governed by this Artistic License.By using, modifying or distributing the Package,
115             you accept this license. Do not use, modify, or distribute the Package, if you do
116             not accept this license.
117              
118             If your Modified Version has been derived from a Modified Version made by someone
119             other than you,you are nevertheless required to ensure that your Modified Version
120             complies with the requirements of this license.
121              
122             This license does not grant you the right to use any trademark, service mark,
123             tradename, or logo of the Copyright Holder.
124              
125             This license includes the non-exclusive, worldwide, free-of-charge patent license
126             to make, have made, use, offer to sell, sell, import and otherwise transfer the
127             Package with respect to any patent claims licensable by the Copyright Holder that
128             are necessarily infringed by the Package. If you institute patent litigation
129             (including a cross-claim or counterclaim) against any party alleging that the
130             Package constitutes direct or contributory patent infringement,then this Artistic
131             License to you shall terminate on the date that such litigation is filed.
132              
133             Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND
134             CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
135             WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
136             NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS
137             REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT,
138             INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE
139             OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
140              
141             =cut
142              
143             1; # End of Map::Tube::London::Line::WaterlooCity