blob: 81816e08a8076d56ce2442d46f8688e8bf357eb5 [file] [log] [blame]
# Some code under test
window.plus = (a, b) ->
a + b
# this one is not coveraged
window.minus = (a, b) ->
a - b