File Coverage

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