All files / run/domain_layer/repo PictureCPRepo.bs.js

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

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    17x     6x       94x         17x 17x    
'use strict';
 
var CPRepo$Wonderjs = require("../../infrastructure_layer/data/container/CPRepo.bs.js");
 
function getSize(param) {
  return CPRepo$Wonderjs.getPicture(undefined).size;
}
 
function setSize(size) {
  return CPRepo$Wonderjs.setPicture({
              size: size
            });
}
 
exports.getSize = getSize;
exports.setSize = setSize;
/* CPRepo-Wonderjs Not a pure module */