File Coverage

blib/lib/Algorithm/Classifier/IsolationForest/BuildFlags.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 1 1 100.0
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Algorithm::Classifier::IsolationForest::BuildFlags;
2              
3             # AUTOGENERATED by Makefile.PL -- do not edit and do not add to MANIFEST.
4             # Records per-install C build configuration; regenerate by re-running
5             # `perl Makefile.PL` (with IF_* environment variables as desired).
6              
7 122     122   753 use strict;
  122         245  
  122         4229  
8 122     122   493 use warnings;
  122         226  
  122         10071  
9              
10             =head1 NAME
11              
12             Algorithm::Classifier::IsolationForest::BuildFlags - C build flags captured at configure time
13              
14             =head1 DESCRIPTION
15              
16             Autogenerated by Makefile.PL. Records the IF_* environment values that
17             were active when the distribution was configured, and whether a prebuilt
18             Inline::C object was scheduled for installation. Read once by
19             Algorithm::Classifier::IsolationForest at load time; see "NATIVE
20             ACCELERATION" in that module's documentation.
21              
22             =head1 FUNCTIONS
23              
24             =head2 flags
25              
26             Returns a hashref with the keys C, C, C, and
27             C.
28              
29             =cut
30              
31             sub flags {
32             return {
33 124     124 1 121236 opt => '-O3',
34             arch => '',
35             no_openmp => 0,
36             prebuilt => 0,
37             };
38             }
39              
40             1;