File Coverage

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