Skip navigation links
com.gzoltar.sfl.formulas

Class Ochiai

    • Constructor Detail

      • Ochiai

        public Ochiai()
    • Method Detail

      • compute

        public double compute(double n00,
                              double n01,
                              double n10,
                              double n11)
        Description copied from class: AbstractSFLFormula
        Returns a suspiciousness value
        Specified by:
        compute in interface ISFLFormula
        Specified by:
        compute in class AbstractSFLFormula
        Parameters:
        n00 - number of passing test cases that do not execute the faulty node
        n01 - number of failing test cases that do not execute the faulty node
        n10 - number of passing test cases that execute the faulty node
        n11 - number of failing test cases that execute the faulty node
        Returns:

Copyright © 2010–2018 GZoltar. All rights reserved.