File Coverage

blib/lib/Math/SymbolicX/FastEvaluator.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             package Math::SymbolicX::FastEvaluator;
2              
3 1     1   209632 use 5.006002;
  1         8  
  1         54  
4 1     1   7 use strict;
  1         2  
  1         36  
5 1     1   7 use warnings;
  1         7  
  1         54  
6              
7             our $VERSION = '0.01';
8              
9 1     1   6 use Math::Symbolic::Operator;
  1         1  
  1         54  
10              
11             require XSLoader;
12             XSLoader::load('Math::SymbolicX::FastEvaluator', $VERSION);
13              
14              
15             1;
16             __END__