LCOV - code coverage report
Current view: top level - src - main.C (source / functions) Hit Total Coverage
Test: idaholab/malamute: 0e4c8a Lines: 2 2 100.0 %
Date: 2025-08-02 07:01:39 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /****************************************************************************/
       2             : /*                        DO NOT MODIFY THIS HEADER                         */
       3             : /*                                                                          */
       4             : /* MALAMUTE: MOOSE Application Library for Advanced Manufacturing UTilitiEs */
       5             : /*                                                                          */
       6             : /*           Copyright 2021 - 2024, Battelle Energy Alliance, LLC           */
       7             : /*                           ALL RIGHTS RESERVED                            */
       8             : /****************************************************************************/
       9             : 
      10             : #include "MalamuteTestApp.h"
      11             : #include "MooseMain.h"
      12             : 
      13             : // Begin the main program.
      14             : int
      15         133 : main(int argc, char * argv[])
      16             : {
      17         133 :   return Moose::main<MalamuteTestApp>(argc, argv);
      18             : }

Generated by: LCOV version 1.14