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-04 19:10:06 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        2040 : void GDALRegister_raw_no_sidecar()
       8             : {
       9        2040 :     GDALRegister_PNM();
      10        2040 :     GDALRegister_DOQ1();
      11        2040 :     GDALRegister_DOQ2();
      12        2040 :     GDALRegister_MFF();
      13        2040 :     GDALRegister_HKV();
      14        2040 :     GDALRegister_GSC();
      15        2040 :     GDALRegister_FAST();
      16        2040 :     GDALRegister_BT();
      17        2040 :     GDALRegister_LAN();
      18        2040 :     GDALRegister_CPG();
      19        2040 :     GDALRegister_NDF();
      20        2040 :     GDALRegister_EIR();
      21        2040 :     GDALRegister_LCP();
      22        2040 :     GDALRegister_GTX();
      23        2040 :     GDALRegister_LOSLAS();
      24        2040 :     GDALRegister_NTv2();
      25        2040 :     GDALRegister_ACE2();
      26        2040 :     GDALRegister_SNODAS();
      27        2040 :     GDALRegister_KRO();
      28        2040 :     GDALRegister_ROIPAC();
      29        2040 :     GDALRegister_RRASTER();
      30        2040 :     GDALRegister_BYN();
      31        2040 :     GDALRegister_NOAA_B();
      32        2040 :     GDALRegister_NSIDCbin();
      33        2040 : }
      34             : 
      35        2040 : 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        2040 :     GDALRegister_PAux();
      40        2040 :     GDALRegister_GenBin();
      41        2040 :     GDALRegister_ENVI();
      42        2040 :     GDALRegister_EHdr();
      43        2040 :     GDALRegister_ISCE();
      44        2040 : }
      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