| line | true | false | branch | 
 
| 71 | 0 | 13 | unless $list_ref and scalar @$list_ref | 
 
| 75 | 11 | 2 | if uc $ref_info eq 'HASH' | 
 
| 78 | 2 | 0 | if uc $ref_info eq 'ARRAY' | 
 
| 91 | 0 | 11 | unless $list_ref and scalar @$list_ref | 
 
| 96 | 10 | 1 | unless defined $max_rows_to_inspect | 
 
| 97 | 1 | 10 | if $max_rows_to_inspect == -1 | 
 
| 102 | 0 | 185 | unless defined $key | 
 
| 103 | 58 | 127 | unless $hash_key_store{$key} | 
 
| 105 | 12 | 173 | if $hash_key_store{$key} < $text_length | 
 
| 108 | 6 | 78 | if $row_count++ >= $max_rows_to_inspect | 
 
| 113 | 0 | 58 | if $width > $$self{'max_column_width'} | 
 
| 127 | 0 | 2 | unless $list_ref and scalar @$list_ref | 
 
| 131 | 2 | 0 | unless defined $max_rows_to_inspect | 
 
| 132 | 0 | 2 | if $max_rows_to_inspect == -1 | 
 
| 139 | 3 | 9 | if $columns > $max_columns | 
 
| 143 | 17 | 41 | if $column_lengths[$idx] < $text_length | 
 
| 147 | 0 | 12 | if $row_count++ >= $max_rows_to_inspect | 
 
| 152 | 0 | 11 | if $width > $$self{'max_column_width'} | 
 
| 167 | 0 | 10 | unless $list_ref and scalar @$list_ref | 
 
| 171 | 0 | 10 | unless $report_framework |