bb.science
Class Bootstrap.UnitTest.CoverageResult.Metrics

java.lang.Object
  extended by bb.science.Bootstrap.UnitTest.CoverageResult.Metrics
Enclosing class:
Bootstrap.UnitTest.CoverageResult

private static class Bootstrap.UnitTest.CoverageResult.Metrics
extends Object

This class is NOT multithread safe: it expects its enclosing class to guard access to it.


Field Summary
private  int countAll
           
private  int countGreater
           
private  int countIn
           
private  int countLess
           
private  int countNaN
           
 
Constructor Summary
private Bootstrap.UnitTest.CoverageResult.Metrics()
           
 
Method Summary
private  double fracGreater()
           
private  double fracIn()
           
private  double fracLess()
           
private  void process(Bootstrap.Estimate estimate, double valueTrue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

countAll

private int countAll

countNaN

private int countNaN

countLess

private int countLess

countIn

private int countIn

countGreater

private int countGreater
Constructor Detail

Bootstrap.UnitTest.CoverageResult.Metrics

private Bootstrap.UnitTest.CoverageResult.Metrics()
Method Detail

process

private void process(Bootstrap.Estimate estimate,
                     double valueTrue)

fracLess

private double fracLess()

fracIn

private double fracIn()

fracGreater

private double fracGreater()

toString

public String toString()
Overrides:
toString in class Object