LCOV - code coverage report
Current view: top level - frmts/raw - rawdrivers.cpp (source / functions) Hit Total Coverage
Test: gdal_filtered.info Lines: 33 37 89.2 %
Date: 2025-11-18 19:10:31 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        2054 : void GDALRegister_raw_no_sidecar()
       8             : {
       9        2054 :     GDALRegister_PNM();
      10        2054 :     GDALRegister_DOQ1();
      11        2054 :     GDALRegister_DOQ2();
      12        2054 :     GDALRegister_MFF();
      13        2054 :     GDALRegister_HKV();
      14        2054 :     GDALRegister_GSC();
      15        2054 :     GDALRegister_FAST();
      16        2054 :     GDALRegister_BT();
      17        2054 :     GDALRegister_LAN();
      18        2054 :     GDALRegister_CPG();
      19        2054 :     GDALRegister_NDF();
      20        2054 :     GDALRegister_EIR();
      21        2054 :     GDALRegister_LCP();
      22        2054 :     GDALRegister_GTX();
      23        2054 :     GDALRegister_LOSLAS();
      24        2054 :     GDALRegister_NTv2();
      25        2054 :     GDALRegister_ACE2();
      26        2054 :     GDALRegister_SNODAS();
      27        2054 :     GDALRegister_KRO();
      28        2054 :     GDALRegister_ROIPAC();
      29        2054 :     GDALRegister_RRASTER();
      30        2054 :     GDALRegister_BYN();
      31        2054 :     GDALRegister_NOAA_B();
      32        2054 :     GDALRegister_NSIDCbin();
      33        2054 : }
      34             : 
      35        2054 : 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        2054 :     GDALRegister_PAux();
      40        2054 :     GDALRegister_GenBin();
      41        2054 :     GDALRegister_ENVI();
      42        2054 :     GDALRegister_EHdr();
      43        2054 :     GDALRegister_ISCE();
      44        2054 : }
      45             : 
      46           0 : void GDALRegister_raw()
      47             : {
      48           0 :     GDALRegister_raw_no_sidecar();
      49           0 :     GDALRegister_raw_with_sidecar();
      50           0 : }

Generated by: LCOV version 1.14