src/Functions.php
File Functions.php
has 328 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace Xls;
class Functions
Method getStatisticalFunctions
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected static function getStatisticalFunctions()
{
return array(
// function ptg args class vol
'AVERAGE' => array(5, -1, 0, 0),
Method getMathFunctions
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected static function getMathFunctions()
{
return array(
// function ptg args class vol
'SUM' => array(4, -1, 0, 0),
Method getDistributionFunctions
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected static function getDistributionFunctions()
{
return array(
// function ptg args class vol
'CONFIDENCE' => array(277, 3, 1, 0),