blib/lib/Mite/Project.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
255 | 87 | 0 | 0 | defined $self->_project_mopper_file and $file eq $self->_project_mopper_file |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
74 | 33 | 120 | 0 | $self->sources->{$file} ||= "Mite::Source"->new("file", $file, "project", $self) |
293 | 3 | 3 | 0 | $dir //= $self->config->data->{'source_from'} |
309 | 0 | 3 | 0 | $dir //= $self->config->data->{'source_from'} |
318 | 2 | 5 | 0 | $dir //= $self->config->data->{'compiled_to'} |
333 | 0 | 2 | 0 | $dir //= $self->config->data->{'compiled_to'} |
453 | 149 | 104 | 0 | $Defaults{$class} ||= $class->new |