blib/lib/App/adr2org.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 24 | 54.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 4 | 0 | 0 | $name eq 'Trash' and $cur_level == 1 |
102 | 0 | 2 | 2 | $name ne 'Trash' and $cur_level == 1 |
103 | 4 | 0 | 0 | $in_trash and $exclude_trash |
112 | 3 | 0 | 0 | $in_trash and $exclude_trash |
169 | 4 | 3 | 0 | $type ne 'FOLDER' and $type ne 'URL' |
175 | 1 | 2 | 1 | defined $prev_level and $level <= $prev_level |
line | l | !l | condition |
---|---|---|---|
100 | 4 | 0 | $sfields{'NAME'} // '' |
111 | 3 | 0 | $sfields{'NAME'} // '' |
155 | 1 | 0 | ${'App::adr2org::VERSION';} // 'dev' |