LCOV - code coverage report
Current view: top level - buildbot/coverage/build/src/expr - plugin.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 2 2 100.0 %
Date: 2024-10-17 11:38:51 Functions: 2 3 66.7 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /******************************************************************************
       2                 :            :  * Top contributors (to current version):
       3                 :            :  *   Andrew Reynolds
       4                 :            :  *
       5                 :            :  * This file is part of the cvc5 project.
       6                 :            :  *
       7                 :            :  * Copyright (c) 2009-2024 by the authors listed in the file AUTHORS
       8                 :            :  * in the top-level source directory and their institutional affiliations.
       9                 :            :  * All rights reserved.  See the file COPYING in the top-level source
      10                 :            :  * directory for licensing information.
      11                 :            :  * ****************************************************************************
      12                 :            :  *
      13                 :            :  * Plugin
      14                 :            :  */
      15                 :            : 
      16                 :            : #include "expr/plugin.h"
      17                 :            : 
      18                 :            : namespace cvc5::internal {
      19                 :            : 
      20                 :         28 : Plugin::Plugin(NodeManager* nm) : d_nm(nm) {}
      21                 :            : 
      22                 :         28 : Plugin::~Plugin() {}
      23                 :            : 
      24                 :            : }  // namespace cvc5::internal

Generated by: LCOV version 1.14