File: 50_label_false_positive.code

package info (click to toggle)
libppi-perl 1.281-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,220 kB
  • sloc: perl: 15,287; makefile: 8
file content (4 lines) | stat: -rwxr-xr-x 91 bytes parent folder | download | duplicates (2)
1
2
3
4
1 ? $var->method : 0;
1 ? var->method : 0;
1 ? ($var)->method : 0;
1 ? $var::->method : 0;