LCOV - code coverage report
Current view: top level - src/likelihoods - LikelihoodFunctionBase.C (source / functions) Hit Total Coverage
Test: idaholab/moose stochastic_tools: #31405 (292dce) with base fef103 Lines: 9 10 90.0 %
Date: 2025-09-04 07:57:52 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //* This file is part of the MOOSE framework
       2             : //* https://mooseframework.inl.gov
       3             : //*
       4             : //* All rights reserved, see COPYRIGHT for full restrictions
       5             : //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
       6             : //*
       7             : //* Licensed under LGPL 2.1, please see LICENSE for details
       8             : //* https://www.gnu.org/licenses/lgpl-2.1.html
       9             : 
      10             : #include "LikelihoodFunctionBase.h"
      11             : 
      12             : InputParameters
      13         748 : LikelihoodFunctionBase::validParams()
      14             : {
      15         748 :   InputParameters params = MooseObject::validParams();
      16         748 :   params.addClassDescription("Base class for likelihood functions");
      17         748 :   params.registerBase("LikelihoodFunctionBase");
      18         748 :   params.registerSystemAttributeName("LikelihoodFunctionBase");
      19         748 :   return params;
      20           0 : }
      21             : 
      22         376 : LikelihoodFunctionBase::LikelihoodFunctionBase(const InputParameters & parameters)
      23         376 :   : MooseObject(parameters)
      24             : {
      25         376 : }

Generated by: LCOV version 1.14