Searched refs:cov_start (Results 1 – 2 of 2) sorted by relevance
28 cov_start = lineno()+1 # We care about coverage starting just past this def. variable94 filtered = [line for line in not_run if line > cov_start and line < cov_end]
28 cov_start = lineno()+1 # We care about coverage starting just past this def. variable204 filtered = [line for line in not_run if line > cov_start and line < cov_end]