| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/happymandarin/node_modules/table/dist/ |
Upload File : |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var cov_htwvnqv09 = function () {
var path = '/Users/gajuskuizinas/Documents/dev/gajus/table/src/drawRow.js',
hash = '0dd31170d58b254867e7d0076541ce12f723bd20',
global = new Function('return this')(),
gcv = '__coverage__',
coverageData = {
path: '/Users/gajuskuizinas/Documents/dev/gajus/table/src/drawRow.js',
statementMap: {
'0': {
start: {
line: 14,
column: 2
},
end: {
line: 14,
column: 83
}
}
},
fnMap: {
'0': {
name: '(anonymous_0)',
decl: {
start: {
line: 13,
column: 15
},
end: {
line: 13,
column: 16
}
},
loc: {
start: {
line: 13,
column: 36
},
end: {
line: 15,
column: 1
}
}
}
},
branchMap: {},
s: {
'0': 0
},
f: {
'0': 0
},
b: {}
},
coverage = global[gcv] || (global[gcv] = {});
if (coverage[path] && coverage[path].hash === hash) {
return coverage[path];
}
coverageData.hash = hash;
return coverage[path] = coverageData;
}();
/**
* @typedef {Object} drawRow~border
* @property {string} bodyLeft
* @property {string} bodyRight
* @property {string} bodyJoin
*/
/**
* @param {number[]} columns
* @param {drawRow~border} border
* @returns {string}
*/
exports.default = (columns, border) => {
++cov_htwvnqv09.f[0];
++cov_htwvnqv09.s[0];
return border.bodyLeft + columns.join(border.bodyJoin) + border.bodyRight + '\n';
};
module.exports = exports['default'];