[ANN] JETTest.jl: advanced testing toolset for Julia

Traceur.jl reports nothing as well:

julia> using Traceur

julia> function foo(s)
         isempty(s) && return ""
         return normpath(s)
       end
foo (generic function with 1 method)

julia> @trace foo("")
""