File Coverage

blib/lib/XML/NewsML_G2/SportFacetValue.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 XML::NewsML_G2::SportFacetValue;
2              
3 18     18   125 use Moose;
  18         48  
  18         117  
4 18     18   111598 use namespace::autoclean;
  18         46  
  18         137  
5              
6             extends 'XML::NewsML_G2::Facet';
7              
8             __PACKAGE__->meta->make_immutable;
9              
10             1;
11             __END__
12              
13             =head1 NAME
14              
15             XML::NewsML_G2::SportFacetValue - a sport facet vakze to be used in a
16             facetted concept of the news item, taken from a standardized controlled
17             vocabulary at http://cv.iptc.org/newscodes/asportfacetvalue
18              
19             =head1 SYNOPSIS
20              
21             my $facet = XML::NewsML_G2::SportFacetValue->new
22             (name => 'alpine skiing slalom',
23             qcode => 'slalom-alpineskiing'
24             );
25              
26             =head1 AUTHOR
27              
28             Christian Eder C<< <christian.eder@apa.at> >>
29              
30             =head1 LICENCE AND COPYRIGHT
31              
32             Copyright (c) 2019, APA-IT. All rights reserved.
33              
34             See L<XML::NewsML_G2> for the license.