File Coverage

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