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