blib/lib/Shipwright/Script/Import.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 56 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | @sources > 1 and $self->name |
69 | 0 | 0 | 0 | $self->name and not $source |
162 | 0 | 0 | 0 | $shipwright->source->isa('Shipwright::Source::CPAN') and $self->as |
line | l | !l | condition |
---|---|---|---|
66 | 0 | 0 | $shipwright->backend->order || [] |
72 | 0 | 0 | $shipwright->backend->map || {} |
74 | 0 | 0 | $shipwright->backend->source || {} |
110 | 0 | 0 | $self->skip || '' |
112 | 0 | 0 | $self->skip_recommends || '' |
175 | 0 | 0 | $shipwright->backend->map || {} |
179 | 0 | 0 | $shipwright->backend->source || {} |
240 | 0 | 0 | $branches ||= {} |
243 | 0 | 0 | $$branches{$name} || [] |
266 | 0 | 0 | load_yaml_file($shipwright->source->map_path) || {} |
272 | 0 | 0 | load_yaml_file($shipwright->source->url_path) || {} |
280 | 0 | 0 | $shipwright->backend->source || {} |
286 | 0 | 0 | $self->as or 'vendor' |
372 | 0 | 0 | $$branches{$dist} || [] |
393 | 0 | 0 | load_yaml_file($shipwright->source->url_path) || {} |
397 | 0 | 0 | $shipwright->backend->source || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
59 | 0 | 0 | 0 | $self->min_perl_version || $Shipwright::Script::Import::Config{'version'} |
84 | 0 | 0 | 0 | $self->as or $$branches{$self->name}[0] |
243 | 0 | 0 | 0 | $self->comment || 'import ' . $source |
277 | 0 | 0 | 0 | not $name =~ /^cpan-/ or $shipwright->source->isa('Shipwright::Source::Shipyard') |
332 | 0 | 0 | 0 | $$map{$module} || $module |