| line |
!l |
l&&!r |
l&&r |
condition |
|
201
|
3 |
0 |
0 |
$application and $file->basename ne $application |
|
261
|
13 |
27 |
63 |
$_->is_file and /\.pl$/ |
|
|
40 |
0 |
63 |
$_->is_file and /\.pl$/ and m[$read_dir/$root_model_file\b] |
|
|
27 |
0 |
63 |
$_->is_file and /\.pl$/ and m[$read_dir/$root_model_file\b] and not m[\.d/] |
|
333
|
0 |
0 |
351 |
defined $new_model->{$_} and $new_model->{$_} ne '' |
|
389
|
240 |
6 |
0 |
$ref and ref $ref eq 'ARRAY' |
|
400
|
120 |
0 |
3 |
$model->{'read_config'} and not $multi_backend |
|
405
|
120 |
0 |
3 |
$model->{'write_config'} and not $multi_backend |
|
522
|
0 |
0 |
65 |
defined $model and keys %$model |
|
578
|
3 |
0 |
2 |
-f $_ and not /~$/ |
|
|
3 |
0 |
2 |
-f $_ and not /~$/ and not $n =~ /CVS/ |
|
|
0 |
0 |
2 |
-f $_ and not /~$/ and not $n =~ /CVS/ and not $n =~ /.(svn|orig|pod)$/ |
|
|
0 |
0 |
2 |
-f $_ and not /~$/ and not $n =~ /CVS/ and not $n =~ /.(svn|orig|pod)$/ and $n =~ m[\.d/$plugin_name] |
|
591
|
0 |
0 |
2 |
not $load_file =~ m[^/] and -e $load_file |
|
683
|
23 |
8 |
10 |
@include and not defined $inc_after |
|
693
|
242 |
66 |
84 |
@include and defined $inc_after |
|
|
308 |
76 |
8 |
@include and defined $inc_after and $inc_after eq $elt_name |
| line |
l |
!l&&r |
!l&&!r |
condition |
|
183
|
25 |
40 |
0 |
$self->force_write || !$self->class_known($name) || $self->class_was_changed($name) |
|
192
|
0 |
7 |
0 |
$read_from || $self->model_dir->parent |
|
246
|
0 |
7 |
0 |
$apps->{$root_model_arg} || $root_model_arg |
|
256
|
0 |
7 |
0 |
$model_dir || $dir |
|
340
|
7 |
0 |
0 |
$model || (sort @all_models)[0] |
|
367
|
867 |
51 |
63 |
$l =~ /^\s*#/ or $l =~ /^\s*$/ |
|
420
|
66 |
0 |
0 |
$args{'class_name'} || croak('Config::Model::Itself', ' read: undefined class name') |
|
542
|
2 |
0 |
0 |
delete $args{'plugin_dir'} || croak('Config::Model::Itself', ' write_model_plugin: undefined plugin_dir') |
|
544
|
2 |
0 |
0 |
delete $args{'plugin_name'} || croak('Config::Model::Itself', ' write_model_plugin: undefined plugin_name') |
|
569
|
1 |
0 |
0 |
delete $args{'plugin_dir'} || croak('Config::Model::Itself', ' write_model_plugin: undefined plugin_dir') |
|
571
|
1 |
0 |
0 |
delete $args{'plugin_name'} || croak('Config::Model::Itself', ' read_model_plugin: undefined plugin_name') |
|
632
|
49 |
0 |
0 |
'IO::File'->new($wr_file, '>') || croak("Cannot open file ${wr_file}:$!") |