File Coverage

/root/.cpan/build/PDL-CCS-1.23.12-0/blib/lib/PDL/CCS/Config.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             ## Automatically generated, remove to re-configure!
2              
3             package PDL::CCS::Config;
4 4     4   28 use PDL qw();
  4         9  
  4         715  
5             our @ISA = qw(Exporter);
6             our (%ccsConfig);
7             our @EXPORT = qw(ccs_indx);
8             our @EXPORT_OK = ('%ccsConfig', 'ccs_indx');
9             our %EXPORT_TAGS = (config=>['%ccsConfig'], Func=>\@Export, default=>\@EXPORT, all=>\@EXPORT_OK);
10              
11             %ccsConfig = (
12             'INDX_CTYPE' => 'PDL_Indx',
13             'INDX_FUNC' => 'indx',
14             'INDX_FUNCDEF' => '*ccs_indx = \\&PDL::indx; ##-- typecasting for CCS indices
15             ',
16             'INDX_SIG' => 'indx',
17             'INDX_TYPEDEF' => 'typedef PDL_Indx CCS_Indx; /**< typedef for CCS indices */
18             ',
19             'INT_TYPE_CHRS' => [
20             'B',
21             'S',
22             'U',
23             'L',
24             'N',
25             'Q'
26             ],
27             'INT_TYPE_KEYS' => [
28             'PDL_B',
29             'PDL_S',
30             'PDL_US',
31             'PDL_L',
32             'PDL_IND',
33             'PDL_LL'
34             ],
35             'USE_PDL_INDX' => 1
36             );
37              
38             *PDL::ccs_indx = *ccs_indx = \&PDL::indx; ##-- typecasting for CCS indices
39              
40              
41             1; ##-- be happy