LCOV - code coverage report
Current view: top level - ers/plugins - AbortStream.cpp (source / functions) Coverage Total Hit
Test: code.result Lines: 25.0 % 4 1
Test Date: 2025-12-21 13:07:08 Functions: 33.3 % 3 1

            Line data    Source code
       1              : /*
       2              :  *  AbortStream.cxx
       3              :  *  ers
       4              :  *
       5              :  *  Created by Serguei Kolos on 02.08.05.
       6              :  *  Copyright 2004 CERN. All rights reserved.
       7              :  *
       8              :  */
       9              : 
      10              : #include <ers/internal/AbortStream.hpp>
      11              : #include <stdlib.h>
      12              : 
      13           41 : ERS_REGISTER_OUTPUT_STREAM( ers::AbortStream, "abort", ERS_EMPTY)
      14              : 
      15            0 : void ers::AbortStream::write( const Issue & issue )
      16              : {
      17            0 :     chained().write( issue );
      18            0 :     ::abort();
      19              : }
      20              : 
      21              : 
      22              : 
      23              : 
        

Generated by: LCOV version 2.0-1