LCOV - code coverage report
Current view: top level - www/src - Consts.js (source / functions) Hit Total Coverage
Test: lcov.info Lines: 2 2 100.0 %
Date: 2024-07-30 12:54:47 Functions: 0 0 -

          Line data    Source code
       1             : // @ts-check
       2             : 
       3             : /* NOTE: declare constants here */
       4             : 
       5             : /** @type {string} */
       6             : // @ts-ignore
       7           1 : const VER = (typeof VERSION === 'undefined') ? 'unknown' : VERSION; // jshint ignore:line
       8             : export { VER as VERSION };
       9             : 
      10             : /** @type {string} */
      11             : // @ts-ignore
      12           1 : const TI = (typeof TITLE === 'undefined') ? 'unknown' : TITLE; // jshint ignore:line
      13             : export { TI as TITLE };

Generated by: LCOV version 1.16