Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase code coverage #54

Open
enkogu opened this issue Jan 4, 2019 · 0 comments
Open

Increase code coverage #54

enkogu opened this issue Jan 4, 2019 · 0 comments
Assignees
Projects

Comments

@enkogu
Copy link
Member

enkogu commented Jan 4, 2019

Before:

--------------------------------------------|----------|----------|----------|----------|----------------|
File                                        |  % Stmts | % Branch |  % Funcs |  % Lines |Uncovered Lines |
--------------------------------------------|----------|----------|----------|----------|----------------|
 contracts/                                 |        0 |      100 |        0 |        0 |                |
  FallbackToWeiReceiver.sol                 |        0 |      100 |        0 |        0 |       16,20,21 |
 contracts/bases/                           |    74.73 |    70.59 |    74.47 |    75.27 |                |
  ExpenseBase.sol                           |    33.33 |      100 |       50 |    33.33 |... 52,53,57,58 |
  SplitterBase.sol                          |       80 |      100 |    72.73 |       80 |          49,57 |
  TableBase.sol                             |    85.71 |    68.75 |    82.14 |    86.15 |... 170,178,186 |
 contracts/ether/                           |       80 |      100 |    81.25 |    71.43 |                |
  WeiAbsoluteExpense.sol                    |      100 |      100 |      100 |      100 |                |
  WeiAbsoluteExpenseWithPeriod.sol          |      100 |      100 |      100 |      100 |                |
  WeiAbsoluteExpenseWithPeriodSliding.sol   |      100 |      100 |      100 |      100 |                |
  WeiExpense.sol                            |       75 |      100 |       75 |    66.67 |          33,34 |
  WeiRelativeExpense.sol                    |      100 |      100 |      100 |      100 |                |
  WeiRelativeExpenseWithPeriod.sol          |      100 |      100 |      100 |      100 |                |
  WeiRelativeExpenseWithPeriodSliding.sol   |      100 |      100 |        0 |      100 |                |
  WeiSplitter.sol                           |      100 |      100 |      100 |      100 |                |
  WeiTable.sol                              |    66.67 |      100 |    66.67 |       60 |          20,21 |
 contracts/examples/                        |       25 |       50 |    27.27 |       25 |                |
  DefaultMoneyflowScheme.sol                |       50 |       50 |    22.22 |       50 |             78 |
  DefaultMoneyflowSchemeWithUnpackers.sol   |        0 |      100 |       50 |        0 |          17,18 |
 contracts/examples/moneyflow/              |        0 |      100 |        0 |        0 |                |
  Roadmap.sol                               |        0 |      100 |        0 |        0 |... 14,15,16,17 |
 contracts/examples/weiTable/               |        0 |      100 |        0 |        0 |                |
  Budget.sol                                |        0 |      100 |        0 |        0 |... 119,120,121 |
  Roadmap.sol                               |        0 |      100 |        0 |        0 |... 27,29,30,31 |
 contracts/interfaces/                      |      100 |      100 |      100 |      100 |                |
  IDestination.sol                          |      100 |      100 |      100 |      100 |                |
  IReceiver.sol                             |      100 |      100 |      100 |      100 |                |
  ISplitter.sol                             |      100 |      100 |      100 |      100 |                |
  ITable.sol                                |      100 |      100 |      100 |      100 |                |
  ITokenReceiver.sol                        |      100 |      100 |      100 |      100 |                |
  IWeiReceiver.sol                          |      100 |      100 |      100 |      100 |                |
 contracts/libs/                            |    93.44 |    83.57 |    91.67 |    93.79 |                |
  ExpenseLib.sol                            |    91.92 |    77.78 |      100 |     93.1 |... 169,170,171 |
  SplitterLib.sol                           |    95.24 |       94 |    85.71 |    94.44 |... ,73,212,216 |
 contracts/tokens/                          |    94.12 |       50 |    88.24 |       92 |                |
  ERC20AbsoluteExpense.sol                  |      100 |      100 |      100 |      100 |                |
  ERC20AbsoluteExpenseWithPeriod.sol        |      100 |      100 |      100 |      100 |                |
  ERC20AbsoluteExpenseWithPeriodSliding.sol |      100 |      100 |      100 |      100 |                |
  ERC20Expense.sol                          |      100 |       50 |      100 |      100 |                |
  ERC20RelativeExpense.sol                  |      100 |      100 |      100 |      100 |                |
  ERC20RelativeExpenseWithPeriod.sol        |      100 |      100 |      100 |      100 |                |
  ERC20RelativeExpenseWithPeriodSliding.sol |      100 |      100 |        0 |      100 |                |
  ERC20Splitter.sol                         |      100 |       50 |      100 |      100 |                |
  ERC20Table.sol                            |       80 |       50 |       75 |       75 |          28,29 |
  ERC20Token.sol                            |      100 |      100 |      100 |      100 |                |
--------------------------------------------|----------|----------|----------|----------|----------------|
All files                                   |    77.42 |    79.67 |    68.22 |    67.33 |                |
--------------------------------------------|----------|----------|----------|----------|----------------|```
@enkogu enkogu created this issue from a note in Moneyflow 2 (In progress) Jan 4, 2019
@enkogu enkogu self-assigned this Jan 4, 2019
enkogu added a commit that referenced this issue Jan 6, 2019
@enkogu enkogu moved this from In progress to In Review in Moneyflow 2 Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Moneyflow 2
  
In Review
Development

No branches or pull requests

1 participant