| 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') |
|
970
|
0 |
42 |
0 |
$vals{'id'} ||= $dbw->nextval('changes') |
|
983
|
41 |
0 |
1 |
$vals{'author'} //= $author |
|
984
|
41 |
0 |
1 |
$vals{'author_contact'} //= $author_contact |
|
985
|
41 |
0 |
1 |
$vals{'author_contact_method'} //= $author_contact_method |
|
986
|
41 |
0 |
1 |
$vals{'author_shortname'} //= $author_shortname |
|
1003
|
41 |
0 |
0 |
shift() || $self->db |
|
1010
|
41 |
0 |
0 |
$db->uchangeset_v1($id) || Carp::croak("invalid change.id: $id") |
|
1107
|
134 |
0 |
0 |
shift() || Carp::confess('missing type') |