summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid an empty line in report when there are no filesmpeterv2016-04-181-7/+1
* Accumulate new coverage instead of storing all of itmpeterv2016-04-171-53/+32
* Save stats in sorted ordermpeterv2016-04-171-14/+18
* Don't increment tick counter for lines from ignored filesmpeterv2016-04-171-11/+11
* Change default reporter output formatmpeterv2016-04-171-21/+81
* Change luacov.stats to take statsfile path as argumentmpeterv2016-04-173-13/+10
* Fix Luacheck warnings, add .luacheckrcmpeterv2016-04-173-14/+17
* Fix luacov.tickmpeterv2016-04-172-2/+4
* Don't clear statsfile after loading from itmpeterv2016-04-172-25/+5
* Fix line filtering for `const}`mpeterv2016-04-171-1/+2
* Fix line filtering for `local x = (`mpeterv2016-04-171-0/+2
* Fix line filtering for `{},`mpeterv2016-04-171-0/+1
* Fix line filtering for simple single line expressionsmpeterv2016-04-171-0/+4
* Simplify identifiers and literal keywordsmpeterv2016-04-171-15/+31
* Remove two broken exclusion rulesmpeterv2016-04-171-2/+0
* Optimize runner.debug_hookmpeterv2016-04-101-14/+21
* Improve module prioritiesmpeterv2016-02-091-6/+36
* Update docs for inclusion patterns [ci skip]mpeterv2016-02-042-4/+4
* Fix pattern conversion in CLImpeterv2016-02-031-1/+1
* Clean-up src/bin/luacovmpeterv2016-02-031-49/+38
* Expose runner.debug_hookmpeterv2016-02-031-8/+22
* Added level parameter to the runner hook function allowing testbenches to add...aryajur2016-02-011-2/+3
* Fix Lua 5.1 incompatibilitympeterv2015-12-071-1/+1
* Improve docs for with_luacov()mpeterv2015-12-061-4/+11
* Set hook in with_luacov only when neededmpeterv2015-12-061-1/+4
* Implement luacov.runner.with_luacovmpeterv2015-12-061-0/+19
* Only wrap coroutine.create and coroutine.wrap when neededmpeterv2015-12-061-22/+39
* Fix module prioritympeterv2015-12-061-2/+6
* Print warning when a source file is not foundmpeterv2015-12-061-5/+6
* Add zero-hits exclusion rule for 'local x = nil'mpeterv2015-12-061-0/+1
* Filter out hanging table endingsmpeterv2015-12-041-0/+2
* Filter multiline declarations in tablesmpeterv2015-12-021-0/+2
* Filter multiline string declarations with parens properlympeterv2015-12-021-2/+3
* Fix errors on non-atomic string metatable patchingmpeterv2015-11-201-4/+8
* Fix module name sortingmpeterv2015-11-181-1/+1
* Annotate optional argumentsmpeterv2015-11-162-4/+4
* Document reporter extension mechanismmpeterv2015-11-161-0/+52
* Improve cross-references in luacov.runner docsmpeterv2015-11-161-7/+7
* Mention default option values in luacov.defaults docsmpeterv2015-11-161-6/+6
* Document default config using LDocmpeterv2015-11-162-34/+34
* Use markdown when building referencempeterv2015-11-163-25/+26
* Prepare to use ldoc to build referencempeterv2015-11-161-2/+2
* Always filter out luacov's own filesmpeterv2015-11-022-6/+15
* Remove 'configfile' from luacov.defaultsmpeterv2015-11-022-6/+4
* Fix some doc commentsmpeterv2015-11-024-5/+5
* Fix <IDS> and <FULLID> fix-upsmpeterv2015-10-221-2/+4
* Improve handling of multiline function declarationsmpeterv2015-10-221-9/+37
* Merge pull request #28 from mpeterv/simplify-linesHisham Muhammad2015-08-291-75/+210
|\
| * Ignore lines with assignments of long stringsmpeterv2015-08-281-0/+2
| * Simplify fixupsmpeterv2015-08-181-3/+2