File Coverage

blib/lib/XML/NewsML_G2/ElectionProvince.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::ElectionProvince;
2              
3 18     18   121 use Moose;
  18         39  
  18         116  
4 18     18   77340 use namespace::autoclean;
  18         41  
  18         146  
5              
6             with 'XML::NewsML_G2::Role::HasQCode';
7              
8             __PACKAGE__->meta->make_immutable;
9              
10             1;
11             __END__
12              
13             =head1 NAME
14              
15             XML::NewsML_G2::ElectionProvince - a province region used during an election
16              
17             =head1 SYNOPSIS
18              
19             my $at = XML::NewsML_G2::ElectionDistrict->new
20             (name => 'Niederoesterreich', qcode => 'electionprovince:12345');
21              
22             =head1 ATTRIBUTES
23              
24             =over 4
25              
26             =item name
27              
28             Name of the Province the Election News Item is for
29              
30             =back
31              
32             =head1 AUTHOR
33              
34             Mario Paumann C<< <mario.paumann@apa.at> >>
35              
36             =head1 LICENCE AND COPYRIGHT
37              
38             Copyright (c) 2013-2019, APA-IT. All rights reserved.
39              
40             See L<XML::NewsML_G2> for the license.