topkat-utils 1.3.8 → 1.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +19 -16
- package/coverage/coverage-final.json +1 -1
- package/coverage/lcov-report/clean-stack-trace.ts.html +1 -1
- package/coverage/lcov-report/config.ts.html +1 -1
- package/coverage/lcov-report/error-utils.ts.html +1 -1
- package/coverage/lcov-report/index.html +14 -14
- package/coverage/lcov-report/is-empty.ts.html +1 -1
- package/coverage/lcov-report/is-nodejs.ts.html +1 -1
- package/coverage/lcov-report/is-object.ts.html +1 -1
- package/coverage/lcov-report/isset.ts.html +1 -1
- package/coverage/lcov-report/logger-utils.ts.html +1 -1
- package/coverage/lcov-report/loop-utils.ts.html +1 -1
- package/coverage/lcov-report/math-utils.ts.html +1 -1
- package/coverage/lcov-report/object-utils.ts.html +34 -25
- package/coverage/lcov-report/regexp-utils.ts.html +1 -1
- package/coverage/lcov-report/remove-circular-json-stringify.ts.html +1 -1
- package/coverage/lcov-report/string-utils.ts.html +1 -1
- package/coverage/lcov-report/timer-utils.ts.html +1 -1
- package/coverage/lcov-report/transaction-utils.ts.html +1 -1
- package/coverage/lcov.info +20 -15
- package/dist/src/object-utils.d.ts +1 -1
- package/dist/src/object-utils.js +7 -3
- package/dist/src/object-utils.js.map +1 -1
- package/package.json +2 -1
- package/src/object-utils.ts +6 -3
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1742335290069" clover="3.2.0">
|
|
3
|
+
<project timestamp="1742335290069" name="All files">
|
|
4
|
+
<metrics statements="1936" coveredstatements="764" conditionals="52" coveredconditionals="30" methods="137" coveredmethods="13" elements="2125" coveredelements="807" complexity="0" loc="1936" ncloc="1936" packages="1" files="16" classes="16"/>
|
|
5
5
|
<file name="clean-stack-trace.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/clean-stack-trace.ts">
|
|
6
6
|
<metrics statements="38" coveredstatements="38" conditionals="7" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
|
7
7
|
<line num="1" count="2" type="stmt"/>
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
<line num="59" count="0" type="stmt"/>
|
|
990
990
|
</file>
|
|
991
991
|
<file name="object-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/object-utils.ts">
|
|
992
|
-
<metrics statements="
|
|
992
|
+
<metrics statements="463" coveredstatements="136" conditionals="0" coveredconditionals="0" methods="29" coveredmethods="0"/>
|
|
993
993
|
<line num="1" count="2" type="stmt"/>
|
|
994
994
|
<line num="2" count="2" type="stmt"/>
|
|
995
995
|
<line num="3" count="2" type="stmt"/>
|
|
@@ -1438,18 +1438,21 @@
|
|
|
1438
1438
|
<line num="446" count="2" type="stmt"/>
|
|
1439
1439
|
<line num="447" count="2" type="stmt"/>
|
|
1440
1440
|
<line num="448" count="2" type="stmt"/>
|
|
1441
|
-
<line num="449" count="
|
|
1442
|
-
<line num="450" count="
|
|
1443
|
-
<line num="451" count="
|
|
1444
|
-
<line num="452" count="
|
|
1445
|
-
<line num="453" count="
|
|
1446
|
-
<line num="454" count="
|
|
1447
|
-
<line num="455" count="
|
|
1448
|
-
<line num="456" count="
|
|
1449
|
-
<line num="457" count="
|
|
1450
|
-
<line num="458" count="
|
|
1451
|
-
<line num="459" count="
|
|
1452
|
-
<line num="460" count="
|
|
1441
|
+
<line num="449" count="0" type="stmt"/>
|
|
1442
|
+
<line num="450" count="0" type="stmt"/>
|
|
1443
|
+
<line num="451" count="0" type="stmt"/>
|
|
1444
|
+
<line num="452" count="0" type="stmt"/>
|
|
1445
|
+
<line num="453" count="0" type="stmt"/>
|
|
1446
|
+
<line num="454" count="0" type="stmt"/>
|
|
1447
|
+
<line num="455" count="0" type="stmt"/>
|
|
1448
|
+
<line num="456" count="0" type="stmt"/>
|
|
1449
|
+
<line num="457" count="0" type="stmt"/>
|
|
1450
|
+
<line num="458" count="0" type="stmt"/>
|
|
1451
|
+
<line num="459" count="0" type="stmt"/>
|
|
1452
|
+
<line num="460" count="0" type="stmt"/>
|
|
1453
|
+
<line num="461" count="1" type="stmt"/>
|
|
1454
|
+
<line num="462" count="1" type="stmt"/>
|
|
1455
|
+
<line num="463" count="1" type="stmt"/>
|
|
1453
1456
|
</file>
|
|
1454
1457
|
<file name="regexp-utils.ts" path="/Users/garcias/DEV/modules/topkat-utils/src/regexp-utils.ts">
|
|
1455
1458
|
<metrics statements="52" coveredstatements="21" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>
|