LCOV - code coverage report
Current view: top level - src/parser - BlackBearSyntax.C (source / functions) Hit Total Coverage
Test: idaholab/blackbear: 75f23c Lines: 4 4 100.0 %
Date: 2025-07-17 04:05:57 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /****************************************************************/
       2             : /*               DO NOT MODIFY THIS HEADER                      */
       3             : /*                       BlackBear                              */
       4             : /*                                                              */
       5             : /*           (c) 2017 Battelle Energy Alliance, LLC             */
       6             : /*                   ALL RIGHTS RESERVED                        */
       7             : /*                                                              */
       8             : /*          Prepared by Battelle Energy Alliance, LLC           */
       9             : /*            Under Contract No. DE-AC07-05ID14517              */
      10             : /*            With the U. S. Department of Energy               */
      11             : /*                                                              */
      12             : /*            See COPYRIGHT for full restrictions               */
      13             : /****************************************************************/
      14             : 
      15             : #include "BlackBearSyntax.h"
      16             : 
      17             : namespace BlackBear
      18             : {
      19             : 
      20             : void
      21        3670 : associateSyntax(Syntax & syntax, ActionFactory & /*action_factory*/)
      22             : {
      23        7340 :   registerSyntax("EmptyAction", "Constraints/EqualValueEmbeddedConstraint");
      24        7340 :   registerSyntax("EqualValueEmbeddedConstraintAction",
      25             :                  "Constraints/EqualValueEmbeddedConstraint/*");
      26        3670 : }
      27             : } // namespace BlackBear

Generated by: LCOV version 1.14