LCOV - code coverage report
Current view: top level - buildbot/coverage/build/src/theory/bags - bags_statistics.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 3 3 100.0 %
Date: 2026-04-04 10:40:52 Functions: 1 1 100.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /******************************************************************************
       2                 :            :  * This file is part of the cvc5 project.
       3                 :            :  *
       4                 :            :  * Copyright (c) 2009-2026 by the authors listed in the file AUTHORS
       5                 :            :  * in the top-level source directory and their institutional affiliations.
       6                 :            :  * All rights reserved.  See the file COPYING in the top-level source
       7                 :            :  * directory for licensing information.
       8                 :            :  * ****************************************************************************
       9                 :            :  *
      10                 :            :  * Statistics for the theory of bags.
      11                 :            :  */
      12                 :            : 
      13                 :            : #include "theory/bags/bags_statistics.h"
      14                 :            : 
      15                 :            : namespace cvc5::internal {
      16                 :            : namespace theory {
      17                 :            : namespace bags {
      18                 :            : 
      19                 :      50908 : BagsStatistics::BagsStatistics(StatisticsRegistry& sr)
      20                 :      50908 :     : d_rewrites(sr.registerHistogram<Rewrite>("theory::bags::rewrites"))
      21                 :            : {
      22                 :      50908 : }
      23                 :            : 
      24                 :            : }  // namespace bags
      25                 :            : }  // namespace theory
      26                 :            : }  // namespace cvc5::internal

Generated by: LCOV version 1.14