LCOV - code coverage report
Current view: top level - frmts/raw - rawdrivers.cpp (source / functions) Hit Total Coverage
Test: gdal_filtered.info Lines: 32 36 88.9 %
Date: 2025-03-28 21:34:50 Functions: 2 3 66.7 %

          Line data    Source code
       1             : #include "gdal_frmts.h"
       2             : 
       3             : extern "C" void CPL_DLL GDALRegister_raw();
       4             : extern "C" void CPL_DLL GDALRegister_raw_no_sidecar();
       5             : extern "C" void CPL_DLL GDALRegister_raw_with_sidecar();
       6             : 
       7        1667 : void GDALRegister_raw_no_sidecar()
       8             : {
       9        1667 :     GDALRegister_PNM();
      10        1667 :     GDALRegister_DOQ1();
      11        1667 :     GDALRegister_DOQ2();
      12        1667 :     GDALRegister_PAux();
      13        1667 :     GDALRegister_MFF();
      14        1667 :     GDALRegister_HKV();
      15        1667 :     GDALRegister_GSC();
      16        1667 :     GDALRegister_FAST();
      17        1667 :     GDALRegister_LAN();
      18        1667 :     GDALRegister_CPG();
      19        1667 :     GDALRegister_NDF();
      20        1667 :     GDALRegister_EIR();
      21        1667 :     GDALRegister_LCP();
      22        1667 :     GDALRegister_GTX();
      23        1667 :     GDALRegister_LOSLAS();
      24        1667 :     GDALRegister_NTv2();
      25        1667 :     GDALRegister_ACE2();
      26        1667 :     GDALRegister_SNODAS();
      27        1667 :     GDALRegister_KRO();
      28        1667 :     GDALRegister_ROIPAC();
      29        1667 :     GDALRegister_RRASTER();
      30        1667 :     GDALRegister_BYN();
      31        1667 :     GDALRegister_NOAA_B();
      32        1667 :     GDALRegister_NSIDCbin();
      33        1667 : }
      34             : 
      35        1667 : void GDALRegister_raw_with_sidecar()
      36             : {
      37             :     // Drivers that that absolutely need to look for side car files in their
      38             :     // Identify()/Open() procedure.
      39        1667 :     GDALRegister_GenBin();
      40        1667 :     GDALRegister_ENVI();
      41        1667 :     GDALRegister_EHdr();
      42        1667 :     GDALRegister_ISCE();
      43        1667 : }
      44             : 
      45           0 : void GDALRegister_raw()
      46             : {
      47           0 :     GDALRegister_raw_no_sidecar();
      48           0 :     GDALRegister_raw_with_sidecar();
      49           0 : }

Generated by: LCOV version 1.14