File Coverage

blib/lib/Thrift/Parser/Type/double.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Thrift::Parser::Type::double;
2              
3             =head1 NAME
4              
5             Thrift::Parser::Type::double - double type
6              
7             =head1 DESCRIPTION
8              
9             This class inherits from L. See the docs there for all the usage details.
10              
11             =cut
12              
13 6     6   34 use strict;
  6         11  
  6         207  
14 6     6   33 use warnings;
  6         11  
  6         161  
15 6     6   30 use base qw(Thrift::Parser::Type::Number);
  6         12  
  6         559  
16              
17             =head1 COPYRIGHT
18              
19             Copyright (c) 2009 Eric Waters and XMission LLC (http://www.xmission.com/). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
20              
21             The full text of the license can be found in the LICENSE file included with this module.
22              
23             =head1 AUTHOR
24              
25             Eric Waters
26              
27             =cut
28              
29             1;