Home | History | Annotate | Download | only in htdocs

Lines Matching refs:lines

29     attr_accessor :offset, :lines, :stop_num
229 if (@mangledTagTotal >= @offset) && (@mangledTagTotal < (@offset + @lines))
248 # If we are at line 30 with 8 extra lines, there is no point to try line 31
249 # with 8 lines as well.. skip back to 1 and bump up the line count.
251 if (@offset + @lines) > @htmlMaxTags
252 nextNum = ((@lines * 2 -1)) * @htmlMaxTags
265 @lines = @subtest_num.div(@htmlMaxTags) + 1
273 if (! @lookup_mode) && (@lines <= @htmlMaxTags) && (@stop_num != @test_num)
325 test.lines=0
327 while test.lines < max
328 test.lines = test.subtest_num.div(max) + 1
332 puts "[#{counter}] subtest #{test.subtest_num} is #{test.lines} lines with #{test.offset} offset"