Condition Coverage

blib/lib/OurCal/Provider.pm
Criterion Covered Total %
condition 0 6 0.0


or 2 conditions

line l !l condition
118 0 0 $conf->config($name) || die("Don't know about provider $name\n")
119 0 0 $$pconf{'type'} || $opts{'type'} || die("Couldn't work out type for provider $name - you must provide a 'type' config\n")
121 0 0 $provs{lc $type} || die("Couldn't get a class for provider $name of type $type\n")