File Coverage

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