blib/lib/App/mkpkgconfig/PkgConfig.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
255 | 3 | 0 | 6 | $options{'comments'} and @{$options{'comments'};} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
267 | 3 | 0 | 0 | $self->_variables->{$_} // croak("request for an undefined variable: $_\n") |
336 | 81 | 1 | 0 | $self->_variables->{$name} // croak(sprintf("%s '%s' depends upon an undefined variable: %s\n", _entry_type($entry), $entry->name, join('->', $track->keys, $name, 'undef'))) |
377 | 48 | 0 | 0 | $self->_variables->{$_} // croak("unknown variable: $_\n") |