File Coverage

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