pub fn count_lines(block: &Block) -> usize
Count the number of source lines in a block.
Returns the span of lines from start to end of the block.