File Coverage

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