diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-02-12 17:35:40 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-02-12 17:35:40 -0600 |
commit | 30050fe873230690916d2c77fd5ad71cc92187c7 (patch) | |
tree | 197dab12840667314a04994fac95f2c079842fbf /test/reports/coverage.txt | |
parent | c082e4ac4d98b755ced5b9ad9db2e64c9a85191a (diff) |
Adding more binary conversion tests
split static and dynamic testing
Diffstat (limited to 'test/reports/coverage.txt')
-rw-r--r-- | test/reports/coverage.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/reports/coverage.txt b/test/reports/coverage.txt index 255fa17..56ff222 100644 --- a/test/reports/coverage.txt +++ b/test/reports/coverage.txt @@ -1,9 +1,9 @@ -------------------------|---------|----------|---------|---------|------------------- -File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s -------------------------|---------|----------|---------|---------|------------------- -All files | 67.76 | 100 | 65.62 | 68.1 | - activationFunctions.js | 100 | 100 | 100 | 100 | - binaryConverter.js | 97.29 | 100 | 90 | 97.22 | 45 - layer.js | 52.94 | 100 | 60 | 51.51 | 26-53 - nnetwork.js | 12 | 100 | 0 | 13.04 | 6-35 -------------------------|---------|----------|---------|---------|------------------- +------------------------|---------|----------|---------|---------|---------------------- +File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s +------------------------|---------|----------|---------|---------|---------------------- +All files | 49.58 | 100 | 34.37 | 50.86 | + activationFunctions.js | 68 | 100 | 11.11 | 70.83 | 11,15,19,23,27,31,36 + binaryConverter.js | 100 | 100 | 100 | 100 | + layer.js | 8.82 | 100 | 0 | 9.09 | 7-53 + nnetwork.js | 12 | 100 | 0 | 13.04 | 6-35 +------------------------|---------|----------|---------|---------|---------------------- |