File Coverage

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