line |
l |
!l&&r |
!l&&!r |
condition |
36
|
0 |
0 |
21 |
$ENV{'INTERACTIVE'} // -t STDOUT
|
|
23 |
0 |
21 |
$opts->{'interactive'} //= $ENV{'INTERACTIVE'} // -t STDOUT
|
39
|
0 |
0 |
0 |
$opts->{'table_column_orders'} //= $json->decode($ENV{'FORMAT_PRETTY_TABLE_COLUMN_ORDERS'})
|
42
|
0 |
0 |
0 |
$opts->{'table_column_formats'} //= $json->decode($ENV{'FORMAT_PRETTY_TABLE_COLUMN_FORMATS'})
|
45
|
0 |
0 |
0 |
$opts->{'table_column_types'} //= $json->decode($ENV{'FORMAT_PRETTY_TABLE_COLUMN_TYPES'})
|
46
|
0 |
0 |
44 |
$opts->{'list_max_columns'} //= $ENV{'FORMAT_PRETTY_LIST_MAX_COLUMNS'}
|
56
|
135 |
0 |
12 |
not ref $data or &blessed($data)
|
98
|
25 |
2 |
45 |
not ref $data or &blessed($data)
|