LCOV - code coverage report
Current view: top level - bnmin1/src - bnmin_main.cc (source / functions) Hit Total Coverage
Test: casacpp_coverage.info Lines: 0 5 0.0 %
Date: 2024-11-06 17:42:47 Functions: 0 2 0.0 %

          Line data    Source code
       1             : /**
       2             :    Bojan Nikolic <bojan@bnikolic.co.uk> 
       3             :    Initial version 2008
       4             : 
       5             :    This file is part of BNMin1 and is licensed under GNU General
       6             :    Public License version 2.
       7             : 
       8             :    \file bnmin_main.cxx
       9             :    Renamed to bnmin_main.cc 2023.
      10             : 
      11             : */
      12             : 
      13             : 
      14             : #include "bnmin_main.h"
      15             : 
      16             : namespace Minim {
      17             : 
      18           0 :   const char * version(void)
      19             :   {
      20           0 :     return PACKAGE_VERSION;
      21             :   }
      22             : 
      23           0 :   BaseErr::BaseErr(const std::string &s):
      24           0 :     std::runtime_error(s)
      25             :   {
      26           0 :   }
      27             : 
      28             : 
      29             : }
      30             : 
      31             : 

Generated by: LCOV version 1.16