File Coverage

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