PHP Class Hal\MutaTesting\Specification\ScoreSpecification

Inheritance: implements Hal\MutaTesting\Specification\SpecificationInterface, implements SubscribableSpecification
Show file Open project: halleck45/mutatesting

Public Methods

Method Description
__construct ( Hal\Metrics\Complexity\Text\Halstead\Halstead $halstead, $limit )
getSubscribedEvents ( )
isSatisfedBy ( Hal\MutaTesting\Mutation\MutationInterface $mutation, $index )
onParseTestedFilesEnd ( UnitsResultEvent $event )

Method Details

__construct() public method

public __construct ( Hal\Metrics\Complexity\Text\Halstead\Halstead $halstead, $limit )
$halstead Hal\Metrics\Complexity\Text\Halstead\Halstead

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

isSatisfedBy() public method

public isSatisfedBy ( Hal\MutaTesting\Mutation\MutationInterface $mutation, $index )
$mutation Hal\MutaTesting\Mutation\MutationInterface

onParseTestedFilesEnd() public method

public onParseTestedFilesEnd ( UnitsResultEvent $event )
$event Hal\MutaTesting\Event\UnitsResultEvent