Hello Clojurians, I've updated guzheng only print out the branches that were not executed whose parent branches were executed. This means that if you previously saw lots of output due to many cond and if statements inside of an untested fn, you'll only be informed that the fn was never executed (until you improve you testing, in which case you'll be informed of the branches that were not executed. Also, "lein help guzheng" should be a bit more helpful.
To see how your test coverage is going on some nses, just do: lein guzheng some.ns another.ns -- test To see what dead code you have, do: lein guzheng ns.with.dead.code -- run guzheng will trampoline into the task passed after the "--". That task can take args as well. Feel free to email me with feedback or open issues on Github: https://github.com/dgrnbrg/guzheng https://github.com/dgrnbrg/lein-guzheng Thanks! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en