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

Generated by: LCOV version 1.14