LCOV - code coverage report
Current view: top level - src - main.C (source / functions) Hit Total Coverage
Test: idaholab/salamander: 762d38 Lines: 2 2 100.0 %
Date: 2025-07-22 20:51:44 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //* This file is part of SALAMANDER: Software for Advanced Large-scale Analysis of MAgnetic confinement for Numerical Design, Engineering & Research,
       2             : //* A multiphysics application for modeling plasma facing components
       3             : //* https://github.com/idaholab/salamander
       4             : //* https://mooseframework.inl.gov/salamander
       5             : //*
       6             : //* SALAMANDER is powered by the MOOSE Framework
       7             : //* https://www.mooseframework.inl.gov
       8             : //*
       9             : //* Licensed under LGPL 2.1, please see LICENSE for details
      10             : //* https://www.gnu.org/licenses/lgpl-2.1.html
      11             : //*
      12             : //* Copyright 2025, Battelle Energy Alliance, LLC
      13             : //* ALL RIGHTS RESERVED
      14             : //*
      15             : 
      16             : #include "SalamanderTestApp.h"
      17             : #include "MooseMain.h"
      18             : 
      19             : int
      20         759 : main(int argc, char * argv[])
      21             : {
      22         759 :   return Moose::main<SalamanderTestApp>(argc, argv);
      23             : }

Generated by: LCOV version 1.14