Condition Coverage

lib/Net/Prometheus/Pushgateway.pm
Criterion Covered Total %
condition 0 16 0.0


or 2 conditions

line l !l condition
52 0 0 $opt{'-label'} // {}
54 0 0 lc $opt{'-type'} // 'untyped'

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 0 $opt{'-host'} // croak(q[You must specify '-host' param])
24 0 0 0 $opt{'-port'} // croak(q[You must specify '-port' param])
51 0 0 0 $opt{'-metric_name'} // croak(q[You must specify '-metric_name' param])
53 0 0 0 $opt{'-value'} // croak(q[You must specify '-value' param])