line |
!l |
l&&!r |
l&&r |
condition |
54
|
0 |
0 |
3 |
$descr and open my $PROJ, '>', $project |
65
|
1 |
1 |
0 |
$pattern and defined $self->{'pattern'} |
|
2 |
0 |
0 |
$pattern and defined $self->{'pattern'} and $self->{'pattern'} eq $pattern |
84
|
0 |
0 |
4 |
defined $year and $op =~ /^[=<>]$/ |
201
|
2 |
4 |
0 |
$self->{'tc'} and $self->_not_in_tc($year) |
215
|
4 |
6 |
2 |
$self->{'tc'} and $self->_not_in_tc($year, $month) |
230
|
6 |
7 |
1 |
$self->{'tc'} and $self->_not_in_tc($year, $month, $day) |
233
|
0 |
0 |
13 |
-f "$base/$path/.project" and open my $PROJECT, '<', "$base/$path/.project" |
239
|
10 |
1 |
2 |
$self->{'pattern'} and not $desc =~ /$self->{'pattern'}/i |