aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/ast_visitor.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-168/+0
* Fix tslint issuesLeonid Logvinov2018-07-171-7/+7
* rename functionperissology2018-06-271-6/+6
* support ignoring entire contractsperissology2018-06-251-7/+11
* add ability to ignore covering specific code blocksperissology2018-06-231-1/+28
* Update to match latest type definitions and other small changesAlex Browne2018-06-211-2/+3
* Add EmitStatement to ASTVisitorLeonid Logvinov2018-06-121-0/+3
* Add tests for sol-covLeonid Logvinov2018-03-151-2/+2
* Add other statement typesLeonid Logvinov2018-03-131-0/+24
* Start using solidity-parser-antlrLeonid Logvinov2018-03-131-53/+37
* Add a HACK to detect coverage of the modifiers with no parametersLeonid Logvinov2018-03-121-0/+4
* Add builtin modifier 'constant'Leonid Logvinov2018-03-121-1/+1
* Use string enum for branch typesLeonid Logvinov2018-03-121-4/+10
* Add sol-cover implementationLeonid Logvinov2018-03-121-0/+115