LCOV - code coverage report
Current view: top level - home/yyan7/compiler/rexompiler/src/Rose/AST/checker - integrity_symbols.C (source / functions) Hit Total Coverage
Test: ROSE Lines: 0 3 0.0 %
Date: 2022-12-08 13:48:47 Functions: 0 1 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : 
       2             : #include "sage3basic.h"
       3             : #include "AST_FILE_IO.h"
       4             : 
       5             : #include "Rose/AST/Checker.h"
       6             : #include "Rose/AST/Defect.h"
       7             : 
       8             : namespace Rose { namespace AST { namespace Checker {
       9             : 
      10           0 : bool integrity_symbols(SgProject * project) {
      11           0 :   auto defect_cnt = Defect::all.size();
      12             :   // TODO
      13           0 :   return defect_cnt == Defect::all.size();
      14             : }
      15             : 
      16             : } } }
      17             : 

Generated by: LCOV version 1.14