line |
l |
!l&&r |
!l&&!r |
condition |
120
|
0 |
43 |
0 |
$opts->{'no_color'} || !-t(STDOUT) |
|
156 |
43 |
0 |
$ENV{'ANSI_COLORS_DISABLED'} //= $opts->{'no_color'} || !-t(STDOUT) |
125
|
0 |
0 |
199 |
$self->debug // $opts->{'debug'} |
185
|
3 |
0 |
1 |
$self->find_repo('.bif') || $self->err('RepoNotFound', 'directory not found: .bif') |
386
|
4 |
0 |
145 |
$ref->{$_} //= Term::ANSIColor::color($_) |
542
|
0 |
1 |
0 |
$pager or $self->no_pager |
584
|
2 |
0 |
0 |
shift() // Carp::confess('uuid2id needs defined') |
604
|
0 |
0 |
0 |
shift() // Carp::confess('path must be defined') |
710
|
0 |
0 |
0 |
$pager or $self->opts->{'debug'} |
723
|
0 |
0 |
0 |
shift() // Carp::croak('get_change needs defined') |
764
|
2 |
0 |
0 |
shift() // Carp::confess('get_node needs defined') |
923
|
0 |
0 |
0 |
$args->{'start'} // time |
942
|
0 |
0 |
0 |
$args->{'stop'} // time |
|
0 |
0 |
0 |
$args->{'comment'} // $work->{'comment'} |
|
0 |
0 |
0 |
$args->{'bill'} // $work->{'bill'} |
983
|
0 |
42 |
0 |
$vals{'id'} ||= $dbw->nextval('changes') |
996
|
41 |
0 |
1 |
$vals{'author'} //= $author |
997
|
41 |
0 |
1 |
$vals{'author_contact'} //= $author_contact |
998
|
41 |
0 |
1 |
$vals{'author_contact_method'} //= $author_contact_method |
999
|
41 |
0 |
1 |
$vals{'author_shortname'} //= $author_shortname |
1016
|
41 |
0 |
0 |
shift() || $self->db |
1023
|
41 |
0 |
0 |
$db->uchangeset_v1($id) || Carp::croak("invalid change.id: $id") |
1120
|
134 |
0 |
0 |
shift() || Carp::confess('missing type') |