File Coverage

blib/lib/WebService/TVDB/Languages.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package WebService::TVDB::Languages;
2             {
3             $WebService::TVDB::Languages::VERSION = '1.133200';
4             }
5              
6 2     2   34449 use strict;
  2         3  
  2         68  
7 2     2   10 use warnings;
  2         4  
  2         228  
8              
9             # You should never edit this file. Everything in here is automatically
10             # generated by tools/generate-languages.pl.
11              
12             # ABSTRACT: A list of languages supported by thetvdb.com
13             require Exporter;
14             our @ISA = qw(Exporter);
15             our @EXPORT_OK = qw($languages);
16              
17             our $languages = {
18             'ALL' => {
19             'name' => '(All)',
20             'abbreviation' => 'all',
21             'id' => 0
22             }
23             };
24              
25              
26             1;
27              
28             __END__