File Coverage

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