| blib/lib/Astro/App/Satpass2/Format.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 10 | 15 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 43 | 11 | 1 | 0 | $class eq "Astro::App::Satpass2::Format" and "My::Module::Test::App" ne caller | 
| 133 | 0 | 16 | 4 | $args{'decode'} and ref $val | 
| 140 | 10 | 4 | 6 | $args{'changes'} and $val eq ($original_value{$name} ? $original_value{$name}->($self, $name) : undef) | 
| 226 | 12 | 0 | 12 | defined $fmtr and $fmtr ne "" | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 71 | 0 | 12 | 0 | delete $args{'value_formatter'} || $static{'value_formatter'} |