File Coverage

blib/lib/Map/Tube/Kolkatta/Line/L4.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::L4;
2              
3             $Map::Tube::Kolkatta::Line::L4::VERSION = '0.06';
4             $Map::Tube::Kolkatta::Line::L4::AUTHORITY = 'cpan:MANWAR';
5              
6             =head1 NAME
7              
8             Map::Tube::Kolkatta::Line::L4 - Kolkatta Metro Map: Line 4.
9              
10             =head1 VERSION
11              
12             Version 0.06
13              
14             =cut
15              
16 1     1   679 use 5.006;
  1         3  
17 1     1   4 use strict; use warnings;
  1     1   2  
  1         16  
  1         3  
  1         2  
  1         34  
18              
19             =head1 DESCRIPTION
20              
21             Kolkata Metro Map: Line 4.
22              
23             +-------------------------+-------------------------------------------------+
24             | Station Name | Linked To |
25             +-------------------------+-------------------------------------------------+
26             | Naopara | Maulana Abul Kalam Azad |
27             | Maulana Abul Kalam Azad | Naopara, Jibananda |
28             | Jibananda | Maulana Abul Kalam Azad, Jai Hind |
29             | Jai Hind | Jibananda, Loknath |
30             | Loknath | Jai Hind, Mother Teresa |
31             | Mother Teresa | Loknath, Priya Thakur |
32             | Priya Thakur | Mother Teresa, Bhibhuti Bhushan |
33             | Bibhuti Bhushan | Priya Thakur, Barasat |
34             | Barasat | Bhibhuti Bhushan |
35             +-------------------------+-------------------------------------------------+
36              
37             =head2 NOTE
38              
39             =over 2
40              
41             =item * The station "Naopara" is also part of
42             L.
43              
44             =item * The station "Jai Hind" is also part of
45             L.
46              
47             =back
48              
49             =head1 MAP
50              
51             Kolkatta Metro Map: L
52             map generated by plugin L.
53              
54             =begin html
55              
56            
57            
58             alt = "Kolkatta Metro Map: Line 4"
59             width = "250px"
60             height = "600px"/>
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::Kolkatta::Line::L4
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) 2017 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::Kolkatta::Line::L4