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

Generated by: LCOV version 1.14