Skip to content

Commit

Permalink
adds test case for faked tokens
Browse files Browse the repository at this point in the history
executed coverage

Signed-off-by: stadolf <[email protected]>
  • Loading branch information
elmariachi111 committed Jul 12, 2024
1 parent e1a8fa7 commit 6793253
Show file tree
Hide file tree
Showing 4 changed files with 3,483 additions and 21 deletions.
34 changes: 17 additions & 17 deletions audit/TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ yarn deploy:local

## Coverage

2023-07-28

| File | % Lines | % Statements | % Branches | % Funcs |
| ---------------------------------------- | --------------- | --------------- | -------------- | -------------- |
| src/BioPriceFeed.sol | 100.00% (4/4) | 100.00% (5/5) | 100.00% (0/0) | 100.00% (2/2) |
| src/IPNFT.sol | 78.05% (32/41) | 77.27% (34/44) | 85.71% (12/14) | 78.57% (11/14) |
| src/IPToken.sol | 100.00% (14/14) | 100.00% (18/18) | 100.00% (2/2) | 100.00% (7/7) |
| src/Mintpass.sol | 75.76% (25/33) | 78.05% (32/41) | 62.50% (10/16) | 78.57% (11/14) |
| src/Permissioner.sol | 87.50% (7/8) | 90.91% (10/11) | 100.00% (2/2) | 83.33% (5/6) |
| src/SalesShareDistributor.sol | 94.87% (37/39) | 95.56% (43/45) | 94.44% (17/18) | 71.43% (5/7) |
| src/SchmackoSwap.sol | 88.24% (30/34) | 80.00% (36/45) | 83.33% (15/18) | 75.00% (6/8) |
| src/SignedMintAuthorizer.sol | 71.43% (5/7) | 80.00% (8/10) | 100.00% (0/0) | 75.00% (3/4) |
| src/TimelockedToken.sol | 82.76% (24/29) | 76.47% (26/34) | 100.00% (6/6) | 58.33% (7/12) |
| src/Tokenizer.sol | 76.47% (13/17) | 78.95% (15/19) | 100.00% (4/4) | 50.00% (2/4) |
| src/crowdsale/CrowdSale.sol | 98.81% (83/84) | 98.82% (84/85) | 95.00% (38/40) | 92.86% (13/14) |
| src/crowdsale/LockingCrowdSale.sol | 100.00% (24/24) | 100.00% (25/25) | 100.00% (6/6) | 100.00% (7/7) |
| src/crowdsale/StakedLockingCrowdSale.sol | 94.23% (49/52) | 94.64% (53/56) | 88.89% (16/18) | 80.00% (8/10) |
2024-07-12

| File | % Lines | % Statements | % Branches | % Funcs |
| ---------------------------------------- | --------------- | ---------------- | -------------- | -------------- |
| src/BioPriceFeed.sol | 100.00% (6/6) | 100.00% (7/7) | 100.00% (0/0) | 100.00% (3/3) |
| src/IPNFT.sol | 90.48% (38/42) | 89.58% (43/48) | 85.71% (12/14) | 80.00% (12/15) |
| src/IPToken.sol | 100.00% (16/16) | 100.00% (24/24) | 100.00% (4/4) | 100.00% (7/7) |
| src/Mintpass.sol | 77.14% (27/35) | 76.09% (35/46) | 68.75% (11/16) | 80.00% (12/15) |
| src/Permissioner.sol | 87.50% (7/8) | 90.91% (10/11) | 100.00% (2/2) | 66.67% (4/6) |
| src/SalesShareDistributor.sol | 97.37% (37/38) | 98.00% (49/50) | 93.75% (15/16) | 85.71% (6/7) |
| src/SchmackoSwap.sol | 88.24% (30/34) | 80.85% (38/47) | 83.33% (15/18) | 75.00% (6/8) |
| src/SignedMintAuthorizer.sol | 70.00% (7/10) | 76.92% (10/13) | 100.00% (0/0) | 80.00% (4/5) |
| src/TimelockedToken.sol | 82.76% (24/29) | 80.00% (32/40) | 100.00% (6/6) | 58.33% (7/12) |
| src/Tokenizer.sol | 100.00% (34/34) | 100.00% (47/47) | 90.00% (9/10) | 90.91% (10/11) |
| src/crowdsale/CrowdSale.sol | 98.92% (92/93) | 99.09% (109/110) | 95.45% (42/44) | 93.75% (15/16) |
| src/crowdsale/LockingCrowdSale.sol | 100.00% (24/24) | 100.00% (28/28) | 100.00% (6/6) | 100.00% (7/7) |
| src/crowdsale/StakedLockingCrowdSale.sol | 94.23% (49/52) | 95.08% (58/61) | 88.89% (16/18) | 80.00% (8/10) |
Loading

0 comments on commit 6793253

Please sign in to comment.