public interface ISFLFormula extends IFormula
| Modifier and Type | Method and Description |
|---|---|
double |
compute(double n00,
double n01,
double n10,
double n11)
Returns a suspiciousness value
|
double compute(double n00,
double n01,
double n10,
double n11)
n00 - number of passing test cases that do not execute the faulty noden01 - number of failing test cases that do not execute the faulty noden10 - number of passing test cases that execute the faulty noden11 - number of failing test cases that execute the faulty nodeCopyright © 2010–2019 GZoltar. All rights reserved.