[julia-users] Coverage confusion

2014-08-08 Thread Magnus Lie Hetland
How is --code-coverage supposed to work, exactly? In my code, I seem to generally either get nonzero counts or -, marking lines that *shouldn't* be counted? Or *couldn't*? Either way, I'm not really getting any information about the percentage of code covered, unless I manually inspect it and

Re: [julia-users] Coverage confusion

2014-08-08 Thread Tim Holy
https://github.com/JuliaLang/julia/issues/7541 On Friday, August 08, 2014 02:23:22 AM Magnus Lie Hetland wrote: How is --code-coverage supposed to work, exactly? In my code, I seem to generally either get nonzero counts or -, marking lines that *shouldn't* be counted? Or *couldn't*? Either

Re: [julia-users] Coverage confusion

2014-08-08 Thread Magnus Lie Hetland
Thanks!