blib/lib/QMake/Project.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
777 | 0 | 0 | 0 | defined $resolved and ref $resolved eq 'ARRAY' |
783 | 0 | 0 | 0 | wantarray and not defined $resolved |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 0 | 0 | 0 | -d $file or $file =~ /\.pr.$/i |
435 | 0 | 0 | 0 | $$parsed_qmake_command{'makefile'} || &$croak_command_error('the output makefile could not be determined') |
465 | 0 | 0 | 0 | $self->project_file || croak('QMake::Project: no makefile or project file set') |
614 | 0 | 0 | 0 | 'IO::File'->new($input_filename, '<') || croak("${pkg}: open $input_filename for read: $!") |
616 | 0 | 0 | 0 | 'IO::File'->new($prf_name, '>') || croak("${pkg}: open $prf_name for write: $!") |