All files / construct/domain_layer/domain/statistic/time/service TimeDoService.bs.js

83.33% Statements 5/6
100% Branches 0/0
50% Functions 1/2
83.33% Lines 5/6

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    17x 17x     2x             17x 17x    
'use strict';
 
var Curry = require("bs-platform/lib/js/curry.js");
var DpContainer$Wonderjs = require("../../../../dependency/container/DpContainer.bs.js");
 
function start(param) {
  return Curry._1(DpContainer$Wonderjs.unsafeGetTimeRepoDp(undefined).start, Curry._1(DpContainer$Wonderjs.unsafeGetTimeDp(undefined).getNow, undefined));
}
 
function getElapsed(param) {
  return Curry._1(DpContainer$Wonderjs.unsafeGetTimeRepoDp(undefined).getElapsed, undefined);
}
 
exports.start = start;
exports.getElapsed = getElapsed;
/* No side effect */