pcov icon indicating copy to clipboard operation
pcov copied to clipboard

what

Open infatu8 opened this issue 3 years ago • 1 comments

i have a php file named test.php, the last line number is 30, and it is an empty line \pcov\collect() return an array

array(1) {
  ["/webroot/localhost/pcov/src/test.php"] => array(10) {
    [30] => int(-1)
    [11] => int(1)
    [12] => int(-1)
    [13] => int(1)
    [14] => int(1)
    [17] => int(1)
    [18] => int(1)
    [19] => int(1)
    [22] => int(1)
    [26] => int(-1)
  }
}

why the key of first item in the return array is 30.

infatu8 avatar Jul 25 '22 09:07 infatu8

why the key of first item in the return array is 30.

Hard to tell, if you can't show that file.

cmb69 avatar Aug 07 '24 17:08 cmb69