LCOV - code coverage report
Current view: top level - source - FBStopping.cpp (source / functions) Hit Total Coverage
Test: LibForBES Unit Tests Lines: 5 8 62.5 %
Date: 2016-04-18 Functions: 4 6 66.7 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #include "FBStopping.h"
       2             : 
       3           7 : FBStopping::FBStopping(double tol) {
       4           7 :         m_tol = tol;
       5           7 : }
       6             : 
       7           0 : int FBStopping::stop(FBCache & c) {
       8           0 :         if (c.get_norm_fpr() <= m_tol) return 1;
       9           0 :         else return 0;
      10             : }
      11             : 
      12           7 : FBStopping::~FBStopping() {
      13             : 
      14          16 : }

Generated by: LCOV version 1.10