All files / run/cloud_picture/infrastructure_layer/dependency/repo POConfigCPRepoDp.bs.js

100% Statements 11/11
100% Branches 0/0
100% Functions 5/5
100% Lines 11/11

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31    31x     431x       319x       238x       296x       272x     31x 31x 31x 31x 31x    
'use strict';
 
var CPRepo$Wonderjs = require("../../data/container/CPRepo.bs.js");
 
function getTransformCount(param) {
  return CPRepo$Wonderjs.getPOConfig(undefined).transformCount;
}
 
function getPBRMaterialCount(param) {
  return CPRepo$Wonderjs.getPOConfig(undefined).pbrMaterialCount;
}
 
function getGeometryPointCount(param) {
  return CPRepo$Wonderjs.getPOConfig(undefined).geometryPointCount;
}
 
function getGeometryCount(param) {
  return CPRepo$Wonderjs.getPOConfig(undefined).geometryCount;
}
 
function getDirectionLightCount(param) {
  return CPRepo$Wonderjs.getPOConfig(undefined).directionLightCount;
}
 
exports.getTransformCount = getTransformCount;
exports.getPBRMaterialCount = getPBRMaterialCount;
exports.getGeometryPointCount = getGeometryPointCount;
exports.getGeometryCount = getGeometryCount;
exports.getDirectionLightCount = getDirectionLightCount;
/* CPRepo-Wonderjs Not a pure module */