File Coverage

blib/lib/Math/SymbolicX/FastEvaluator/Expression.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::Expression;
2              
3 1     1   831 use 5.006002;
  1         4  
  1         43  
4 1     1   6 use strict;
  1         1  
  1         31  
5 1     1   6 use warnings;
  1         2  
  1         29  
6              
7 1     1   5 use Math::SymbolicX::FastEvaluator;
  1         1  
  1         37  
8              
9             1;
10