blib/lib/Dpkg/Control/FieldsCore.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 30 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
789 | 12 | 10 | 0 | $dest =~ /B/i and $to_type == 32 |
22 | 0 | 0 | $dest =~ /S/i and $to_type == 16 | |
10 | 12 | 0 | $dest =~ /C/i and $to_type == 64 | |
0 | 0 | 22 | $to_type != 32 and $to_type != 16 | |
0 | 0 | 22 | $to_type != 32 and $to_type != 16 and $to_type != 64 | |
825 | 0 | 0 | 0 | $res and defined wantarray |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
780 | 0 | 360 | 0 | $field //= $_ |
789 | 0 | 0 | 22 | $dest =~ /B/i and $to_type == 32 or $dest =~ /S/i and $to_type == 16 |
0 | 0 | 22 | $dest =~ /B/i and $to_type == 32 or $dest =~ /S/i and $to_type == 16 or $dest =~ /C/i and $to_type == 64 | |
805 | 0 | 0 | 0 | $from->get_option('name') || g_('control information') |