File Coverage

blib/lib/PDL/CCS/Config.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             ## Automatically generated, remove to re-configure!
2              
3             package PDL::CCS::Config;
4 2     2   12 use strict;
  2         6  
  2         69  
5 2     2   8 use PDL qw();
  2         4  
  2         431  
6             our @ISA = qw(Exporter);
7             our (%ccsConfig);
8             our @EXPORT = qw(ccs_indx);
9             our @EXPORT_OK = ('%ccsConfig', 'ccs_indx');
10             our %EXPORT_TAGS = (config=>['%ccsConfig'], Func=>\@EXPORT, default=>\@EXPORT, all=>\@EXPORT_OK);
11              
12             %ccsConfig = (
13             'INDX_CTYPE' => 'PDL_Indx',
14             'INDX_FUNC' => 'indx',
15             'INDX_FUNCDEF' => '*ccs_indx = \\&PDL::indx; ##-- typecasting for CCS indices (deprecated)
16             ',
17             'INDX_SIG' => 'indx',
18             'INDX_TYPEDEF' => 'typedef PDL_Indx CCS_Indx; /**< typedef for CCS indices (deprecated) */
19             ',
20             'INT_TYPE_CHRS' => [
21             'A',
22             'B',
23             'S',
24             'U',
25             'L',
26             'K',
27             'N',
28             'P',
29             'Q'
30             ],
31             'INT_TYPE_KEYS' => [
32             'PDL_SB',
33             'PDL_B',
34             'PDL_S',
35             'PDL_US',
36             'PDL_L',
37             'PDL_UL',
38             'PDL_IND',
39             'PDL_ULL',
40             'PDL_LL'
41             ],
42             'INT_TYPE_MAX_IONAME' => 'longlong'
43             );
44              
45             *PDL::ccs_indx = *ccs_indx = \&PDL::indx; ##-- typecasting for CCS indices (deprecated)
46              
47              
48             1; ##-- be happy