File Coverage

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