Home
last modified time | relevance | path

Searched refs:allCovered (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php574 if (true === $this->allCovered($children) ||
588 if (true === $this->allCovered($children[$child]) ||
598 if (false === $this->allCovered($children[$i]) &&
618 protected function allCovered($ruleName) function in Hoa\\Compiler\\Llk\\Sampler\\Coverage