sub debug print STDERR "" . shift . "" if $DEBUG; }()
in
src/lib/view.pm [22:22]
1
lines of code
2
McCabe index (conditional complexity)
sub debug { print STDERR "[debug] " . shift . "\n" if $DEBUG; }