Condition Coverage

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


or 2 conditions

line l !l condition
26 0 0 $opt{'-timeout'} // 5
71 0 0 $opt{'-label'} // {}
93 0 0 $opt{'-label'} // {}
95 0 0 $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])
70 0 0 0 $opt{'-metric_name'} // croak(q[You must specify '-metric_name' param])
72 0 0 0 $opt{'-value'} // croak(q[You must specify '-value' param])
73 0 0 0 $opt{'-buckets'} // croak(q[You must specify '-buckets' param])
92 0 0 0 $opt{'-metric_name'} // croak(q[You must specify '-metric_name' param])
94 0 0 0 $opt{'-value'} // croak(q[You must specify '-value' param])