Branch Coverage

stat2.xs
Criterion Covered Total %
branch 15 28 53.5


line true false branch
29 1 1 if (stat (path, &st) == 0)
32 0 1 XPUSHs (sv_2mortal (newSViv (st.st_dev )));
33 0 1 XPUSHs (sv_2mortal (newSVpv (ino , 0)));
34 0 1 XPUSHs (sv_2mortal (newSViv (st.st_mode )));
35 0 1 XPUSHs (sv_2mortal (newSViv (st.st_nlink )));
36 0 1 XPUSHs (sv_2mortal (newSViv (st.st_uid )));
37 0 1 XPUSHs (sv_2mortal (newSViv (st.st_gid )));
38 0 1 XPUSHs (sv_2mortal (newSViv (st.st_rdev )));
39 0 1 XPUSHs (sv_2mortal (newSViv (st.st_size )));
40 0 1 XPUSHs (sv_2mortal (newSVnv (t2d (&st.st_atim))));
41 0 1 XPUSHs (sv_2mortal (newSVnv (t2d (&st.st_mtim))));
42 0 1 XPUSHs (sv_2mortal (newSVnv (t2d (&st.st_ctim))));
43 0 1 XPUSHs (sv_2mortal (newSViv (st.st_blksize)));
44 0 1 XPUSHs (sv_2mortal (newSViv (st.st_blocks )));