summaryrefslogtreecommitdiff
path: root/test/reports
diff options
context:
space:
mode:
authorChristian Hodgden <chrhodgden@gmail.com>2024-02-09 14:57:48 +0000
committerChristian Hodgden <chrhodgden@gmail.com>2024-02-09 14:57:48 +0000
commit118f623577d7e033fa6ddbbe3823d48ffde29c12 (patch)
tree52023be957d31919fe5aecde363886f997888cf6 /test/reports
parentd8e17c036eecadb17c6521fac23a5d956b8fd415 (diff)
added module imports and describe() method to layer testing
Diffstat (limited to 'test/reports')
-rw-r--r--test/reports/coverage.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/reports/coverage.txt b/test/reports/coverage.txt
index dc96a2d..38557e5 100644
--- a/test/reports/coverage.txt
+++ b/test/reports/coverage.txt
@@ -1,7 +1,8 @@
------------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
------------------------|---------|----------|---------|---------|-------------------
-All files | 90.32 | 100 | 84.21 | 91.66 |
+All files | 82.29 | 100 | 87.5 | 81.72 |
activationFunctions.js | 100 | 100 | 100 | 100 |
- binaryConverter.js | 83.78 | 100 | 70 | 86.11 | 30-33,45
+ binaryConverter.js | 97.29 | 100 | 90 | 97.22 | 45
+ layer.js | 52.94 | 100 | 60 | 51.51 | 26-53
------------------------|---------|----------|---------|---------|-------------------