| blib/lib/PkgConfig.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 14 | 26 | 53.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 632 | 2 | 9 | 0 | not $o->errmsg and defined $op | 
| 835 | 0 | 0 | 11 | $self->recursion == 1 and not $self->pkg_exists | 
| 1016 | 0 | 0 | 0 | $chunk = pop @chunks and $chunk =~ /^\d+$/ | 
| line | l | !l | condition | 
|---|---|---|---|
| 396 | 0 | 0 | $ENV{'LD'} || 'ld' | 
| 579 | 6 | 33 | $options{$basekey} ||= [] | 
| 596 | 0 | 13 | delete $options{'VARS'} || {} | 
| 673 | 1 | 10 | $self->libs_deplist->{$self->recursion} ||= [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 712 | 0 | 0 | 0 | $want ||= shift @reqlist | 
| 1071 | 26 | 2 | 4 | defined $self->[0] || defined $other->[0] | 
| 4 | 12 | 12 | $self->[0] <=> $other->[0] || &cmp([@{$self;}[1 .. $#$self]], [@{$other;}[1 .. $#$other]]) |