File Coverage

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