You are here

public function AcquiaLiftReportBase::getConfidenceMeasure in Acquia Lift Connector 7

Implements AcquiaLiftReportInterface()::getConfidenceMeasure().

Overrides AcquiaLiftReportInterface::getConfidenceMeasure

3 calls to AcquiaLiftReportBase::getConfidenceMeasure()
AcquiaLiftReportBase::buildConversionSummaryReport in plugins/agent_types/AcquiaLiftAgent.inc
Builds the render array for the summary portion of the report.
AcquiaLiftReportBase::generateReportConfiguration in plugins/agent_types/AcquiaLiftAgent.inc
Generates the general report configuration that is used to load any report.
AcquiaLiftReportBase::getLowConfidenceMessage in plugins/agent_types/AcquiaLiftAgent.inc
Generates a message to show when there is insufficient confidence in the test results.

File

plugins/agent_types/AcquiaLiftAgent.inc, line 1212
Provides an agent type for Acquia Lift

Class

AcquiaLiftReportBase
Base class providing report data loading functionality common to all Acquia Lift Reports.

Code

public function getConfidenceMeasure() {
  return $this->confidence_measure;
}