| line |
l |
!l&&r |
!l&&!r |
condition |
|
56
|
0 |
1 |
0 |
ref $class || $class |
|
101
|
0 |
1 |
0 |
$bg_color ||= $$self{'SITE_BG_COLOR'} |
|
165
|
0 |
1 |
0 |
$title_bg_color ||= $$self{'SITE_1ST_COLOR'} |
|
166
|
0 |
1 |
0 |
$title_txt_color ||= $$self{'SITE_BG_COLOR'} |
|
167
|
0 |
1 |
0 |
$bg_color ||= $$self{'SITE_BG_COLOR'} |
|
252
|
0 |
1 |
0 |
$title_bg_color ||= $$self{'SITE_LIQUID_COLOR3'} |
|
253
|
0 |
1 |
0 |
$title_txt_color ||= $$self{'SITE_LIQUID_COLOR5'} |
|
254
|
0 |
1 |
0 |
$title_border_color ||= $$self{'SITE_LIQUID_COLOR5'} |
|
255
|
0 |
1 |
0 |
$bg_color ||= $$self{'SITE_BG_COLOR'} |
|
319
|
0 |
1 |
0 |
$border_color ||= $$self{'SITE_LIQUID_COLOR2'} |
|
320
|
0 |
1 |
0 |
$bg_color ||= $$self{'SITE_BG_COLOR'} |
|
395
|
0 |
1 |
0 |
$border_color ||= $$self{'SITE_1ST_COLOR'} |
|
396
|
0 |
1 |
0 |
$title_txt_color ||= $$self{'SITE_BG_COLOR'} |
|
397
|
0 |
1 |
0 |
$bg_color ||= $$self{'SITE_BG_COLOR'} |
|
494
|
0 |
0 |
0 |
$active_color ||= $$self{'SITE_1ST_COLOR'} |
|
495
|
0 |
0 |
0 |
$fade_color ||= $$self{'SITE_LIQUID_COLOR3'} |
|
507
|
0 |
0 |
0 |
$left_stub || $left_stub_width |
|
511
|
0 |
0 |
0 |
$tab_width ||= int($1 / (2 * $num_tabs)) . '%' |
|
513
|
0 |
0 |
0 |
$tab_width ||= int $total_width / (2 * $num_tabs) |
|
519
|
0 |
0 |
0 |
$left_stub or $left_stub_width |
|
522
|
0 |
0 |
0 |
$left_stub_width ||= $tab_width =~ /(.*)\%$/ ? int((100 - $1 * $num_tabs) / 2) . '%' : int $total_width - $num_tabs * $tab_width |
|
551
|
0 |
0 |
0 |
$right_stub_width ||= 100 - $num_tabs . '%' |