File Coverage

blib/lib/VoiceXML/Client/Item/Else.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1              
2             package VoiceXML::Client::Item::Else;
3              
4              
5 3     3   17 use base qw (VoiceXML::Client::Item);
  3         5  
  3         236  
6 3     3   18 use VoiceXML::Client::Util;
  3         5  
  3         64  
7              
8              
9 3     3   15 use strict;
  3         6  
  3         126  
10              
11              
12             =head1 COPYRIGHT AND LICENSE
13              
14            
15             Copyright (C) 2007,2008 by Pat Deegan.
16             All rights reserved
17             http://voicexml.psychogenic.com
18              
19             This library is released under the terms of the GNU GPL version 3, making it available only for
20             free programs ("free" here being used in the sense of the GPL, see http://www.gnu.org for more details).
21             Anyone wishing to use this library within a proprietary or otherwise non-GPLed program MUST contact psychogenic.com to
22             acquire a distinct license for their application. This approach encourages the use of free software
23             while allowing for proprietary solutions that support further development.
24              
25              
26             This file is part of VoiceXML::Client.
27              
28            
29            
30             VoiceXML::Client is free software: you can redistribute it and/or modify
31             it under the terms of the GNU General Public License as published by
32             the Free Software Foundation, either version 3 of the License, or
33             (at your option) any later version.
34              
35             VoiceXML::Client is distributed in the hope that it will be useful,
36             but WITHOUT ANY WARRANTY; without even the implied warranty of
37             MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38             GNU General Public License for more details.
39              
40             You should have received a copy of the GNU General Public License
41             along with VoiceXML::Client. If not, see .
42              
43              
44             =cut
45              
46              
47              
48              
49 3         168 use vars qw{
50             $VERSION
51 3     3   16 };
  3         5  
52              
53             $VERSION = $VoiceXML::Client::Item::VERSION;
54              
55              
56              
57              
58             1;