line |
l |
!l&&r |
!l&&!r |
condition |
51
|
0 |
0 |
1 |
$self->weekdaycolor || $self->bgcolor |
52
|
0 |
0 |
1 |
$self->weekendcolor || $self->bgcolor |
53
|
0 |
0 |
1 |
$self->todaycolor || $self->bgcolor |
54
|
0 |
0 |
1 |
$self->contentcolor || $self->contentcolor |
55
|
0 |
0 |
1 |
$self->weekdaycontentcolor || $self->contentcolor |
56
|
0 |
0 |
1 |
$self->weekendcontentcolor || $self->contentcolor |
57
|
0 |
0 |
1 |
$self->todaycontentcolor || $self->contentcolor |
58
|
0 |
0 |
1 |
$self->bordercolor || $self->bordercolor |
59
|
0 |
0 |
1 |
$self->weekdaybordercolor || $self->bordercolor |
60
|
0 |
0 |
1 |
$self->weekendbordercolor || $self->bordercolor |
61
|
0 |
0 |
1 |
$self->todaybordercolor || $self->bordercolor |
62
|
0 |
0 |
1 |
$self->weekdayheadercolor || $self->bgcolor |
63
|
0 |
0 |
1 |
$self->weekendheadercolor || $self->bgcolor |
64
|
0 |
0 |
1 |
$self->headercontentcolor || $self->contentcolor |
65
|
0 |
0 |
1 |
$self->weekdayheadercontentcolor || $self->contentcolor |
66
|
0 |
0 |
1 |
$self->weekendheadercontentcolor || $self->contentcolor |
67
|
0 |
0 |
1 |
$self->headercolor || $self->bgcolor |
74
|
0 |
0 |
1 |
$self->weekdaycellclass || $self->cellclass |
75
|
0 |
0 |
1 |
$self->weekendcellclass || $self->cellclass |
76
|
0 |
0 |
1 |
$self->todaycellclass || $self->cellclass |
77
|
0 |
0 |
1 |
$self->headerclass || $self->cellclass |
231
|
5 |
5 |
24 |
$DAY == $_sunday_index or $DAY == $_saturday_index |
232
|
0 |
0 |
1 |
$self->datecolor($thisday) || $todaycolor |
233
|
0 |
0 |
1 |
$self->datebordercolor($thisday) || $todaybordercolor |
234
|
0 |
0 |
1 |
$self->datecontentcolor($thisday) || $todaycontentcolor |
235
|
0 |
0 |
1 |
$self->datecellclass($thisday) || $todaycellclass |
237
|
0 |
0 |
10 |
$self->datecolor($thisday) || $weekendcolor |
238
|
0 |
0 |
10 |
$self->datebordercolor($thisday) || $weekendbordercolor |
239
|
0 |
0 |
10 |
$self->datecontentcolor($thisday) || $weekendcontentcolor |
240
|
0 |
0 |
10 |
$self->datecellclass($thisday) || $weekendcellclass |
242
|
0 |
0 |
24 |
$self->datecolor($thisday) || $weekdaycolor |
243
|
0 |
0 |
24 |
$self->datebordercolor($thisday) || $weekdaybordercolor |
244
|
0 |
0 |
24 |
$self->datecontentcolor($thisday) || $weekdaycontentcolor |
245
|
0 |
0 |
24 |
$self->datecellclass($thisday) || $weekdaycellclass |
249
|
3 |
32 |
0 |
$prerow{$thisday} || 1 + $weekevents |
262
|
0 |
0 |
35 |
defined $thiscontentcolor or defined $contentfontsize |
266
|
0 |
0 |
35 |
defined $thiscontentcolor or defined $contentfontsize |
269
|
0 |
0 |
35 |
defined $thiscontentcolor or defined $contentfontsize |
300
|
5 |
5 |
24 |
$DAY == $_sunday_index or $DAY == $_saturday_index |
301
|
0 |
0 |
1 |
$self->datecolor($thisday) || $todaycolor |
302
|
0 |
0 |
1 |
$self->datebordercolor($thisday) || $todaybordercolor |
303
|
0 |
0 |
1 |
$self->datecontentcolor($thisday) || $todaycontentcolor |
304
|
0 |
0 |
1 |
$self->datecellclass($thisday) || $todaycellclass |
306
|
0 |
0 |
10 |
$self->datecolor($thisday) || $weekendcolor |
307
|
0 |
0 |
10 |
$self->datebordercolor($thisday) || $weekendbordercolor |
308
|
0 |
0 |
10 |
$self->datecontentcolor($thisday) || $weekendcontentcolor |
309
|
0 |
0 |
10 |
$self->datecellclass($thisday) || $weekendcellclass |
311
|
0 |
0 |
24 |
$self->datecolor($thisday) || $weekdaycolor |
312
|
0 |
0 |
24 |
$self->datebordercolor($thisday) || $weekdaybordercolor |
313
|
0 |
0 |
24 |
$self->datecontentcolor($thisday) || $weekdaycontentcolor |
314
|
0 |
0 |
24 |
$self->datecellclass($thisday) || $weekdaycellclass |
318
|
3 |
32 |
0 |
$prerow{$thisday} || 1 + $weekevents |