Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
istanbul-lib-coverage /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
coverage-map.js
3.4
KB
-rw-r--r--
2023-08-21 05:40
coverage-summary.js
2.75
KB
-rw-r--r--
2023-08-21 05:40
data-properties.js
283
B
-rw-r--r--
2023-08-21 05:40
file-coverage.js
9.92
KB
-rw-r--r--
2023-08-21 05:40
percent.js
367
B
-rw-r--r--
2023-08-21 05:40
Save
Rename
/* Copyright 2012-2015, Yahoo Inc. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ 'use strict'; module.exports = function percent(covered, total) { let tmp; if (total > 0) { tmp = (1000 * 100 * covered) / total; return Math.floor(tmp / 10) / 100; } else { return 100.0; } };