File Coverage

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