| Line | Source | Count |
| 1 | void | - |
| 2 | usage (int status) | - |
| 3 | { | - |
| 4 | printf ( | - |
| 5 | dcgettext (((void *)0), | - |
| 6 | "Usage: %s [ignored command line arguments]\n or: %s OPTION\n" | - |
| 7 | , 5) | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | , | - |
| 12 | program_name, program_name); | - |
| 13 | printf ("%s\n\n", | - |
| 14 | | - |
| 15 | dcgettext (((void *)0), 1 | - |
| 16 | == | - |
| 17 | 0 | - |
| 18 | ? "Exit with a status code indicating success." : "Exit with a status code indicating failure." | - |
| 19 | , 5) | - |
| 20 | | - |
| 21 | | - |
| 22 | ); | - |
| 23 | fputs_unlocked ( | - |
| 24 | dcgettext (((void *)0), | - |
| 25 | " --help display this help and exit\n" | - |
| 26 | , 5) | - |
| 27 | , | - |
| 28 | stdout | - |
| 29 | ); | - |
| 30 | fputs_unlocked ( | - |
| 31 | dcgettext (((void *)0), | - |
| 32 | " --version output version information and exit\n" | - |
| 33 | , 5) | - |
| 34 | , | - |
| 35 | stdout | - |
| 36 | ); | - |
| 37 | printf ( | - |
| 38 | dcgettext (((void *)0), | - |
| 39 | "\n" "NOTE: your shell may have its own version of %s, which usually supersedes\n" "the version described here. Please refer to your shell's documentation\n" "for details about the options it supports.\n" | - |
| 40 | , 5) | - |
| 41 | , "false"); | - |
| 42 | emit_ancillary_info ("false"); | - |
| 43 | exit (status);executed 3 times by 2 tests: exit (status); | 3 |
| 44 | } | - |
| 45 | | - |
| 46 | int | - |
| 47 | main (int argc, char **argv) | - |
| 48 | { | - |
| 49 | | - |
| 50 | | - |
| 51 | if (argc == 2| TRUE | evaluated 12 times by 2 tests | | FALSE | evaluated 16 times by 2 tests |
) | 12-16 |
| 52 | { | - |
| 53 | ; | - |
| 54 | set_program_name (argv[0]); | - |
| 55 | setlocale ( | - |
| 56 | 6 | - |
| 57 | , ""); | - |
| 58 | bindtextdomain ("coreutils", "/usr/local/share/locale"); | - |
| 59 | textdomain ("coreutils"); | - |
| 60 | | - |
| 61 | | - |
| 62 | | - |
| 63 | atexit (close_stdout); | - |
| 64 | | - |
| 65 | if ((| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 66 | __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 67 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 68 | ) && __builtin_constant_p (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 69 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 70 | ) && (__s1_len = __builtin_strlen (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 71 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 72 | ), __s2_len = __builtin_strlen (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 73 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 74 | ), (!((size_t)(const void *)((| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 75 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 76 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 77 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 78 | ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 79 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 80 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 81 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 82 | ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 83 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 84 | , | TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 85 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 86 | ) : (__builtin_constant_p (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 87 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 88 | ) && ((size_t)(const void *)((| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 89 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 90 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 91 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 92 | ) == 1) && (__s1_len = __builtin_strlen (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 93 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 94 | ), __s1_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 95 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 96 | ) && ((size_t)(const void *)((| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 97 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 98 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 99 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 100 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 101 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 102 | , | TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 103 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 104 | ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 105 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 106 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 107 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 108 | ))[0] - __s2[0]); if (__s1_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 0-9 |
| 109 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 110 | ))[1] - __s2[1]); if (__s1_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 0-9 |
| 111 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 112 | ))[2] - __s2[2]); if (__s1_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( argv[1] ))[3] - __s2[3]); | TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 0-9 |
| 113 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
never executed: __result = (((const unsigned char *) (const char *) ( argv[1] ))[3] - __s2[3]); | 0-9 |
| 114 | ))[3] - __s2[3]);| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
never executed: __result = (((const unsigned char *) (const char *) ( argv[1] ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : (__builtin_constant_p (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 0-9 |
| 115 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 116 | ) && ((size_t)(const void *)((| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 117 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 118 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 119 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 120 | ) == 1) && (__s2_len = __builtin_strlen (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 121 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 122 | ), __s2_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 123 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 124 | ) && ((size_t)(const void *)((| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 125 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 126 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 127 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 128 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 129 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 130 | , | TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 131 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 132 | ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 133 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 134 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 135 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 136 | ))[0] - __s2[0]); if (__s2_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 0-9 |
| 137 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 138 | ))[1] - __s2[1]); if (__s2_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 0-9 |
| 139 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 140 | ))[2] - __s2[2]); if (__s2_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( "--help" ))[3] - __s2[3]); | TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 0-9 |
| 141 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
never executed: __result = (((const unsigned char *) (const char *) ( "--help" ))[3] - __s2[3]); | 0-9 |
| 142 | ))[3] - __s2[3]);| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
never executed: __result = (((const unsigned char *) (const char *) ( "--help" ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : __builtin_strcmp (| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 0-9 |
| 143 | argv[1]| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 144 | , | TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 145 | "--help"| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 146 | )))); }) | TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
| 3-9 |
| 147 | == 0)| TRUE | evaluated 3 times by 2 tests | | FALSE | evaluated 9 times by 2 tests |
) | 3-9 |
| 148 | usage (executed 3 times by 2 tests: usage ( 1 ); | 3 |
| 149 | 1executed 3 times by 2 tests: usage ( 1 ); | 3 |
| 150 | );executed 3 times by 2 tests: usage ( 1 ); | 3 |
| 151 | | - |
| 152 | if ((| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 153 | __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 154 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 155 | ) && __builtin_constant_p (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 156 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 157 | ) && (__s1_len = __builtin_strlen (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 158 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 159 | ), __s2_len = __builtin_strlen (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 160 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 161 | ), (!((size_t)(const void *)((| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 162 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 163 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 164 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 165 | ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 166 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 167 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 168 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 169 | ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 170 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 171 | , | TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 172 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 173 | ) : (__builtin_constant_p (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 174 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 175 | ) && ((size_t)(const void *)((| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 176 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 177 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 178 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 179 | ) == 1) && (__s1_len = __builtin_strlen (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 180 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 181 | ), __s1_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 182 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 183 | ) && ((size_t)(const void *)((| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 184 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 185 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 186 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 187 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 188 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 189 | , | TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 190 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 191 | ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 192 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 193 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 194 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 195 | ))[0] - __s2[0]); if (__s1_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 0-7 |
| 196 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 197 | ))[1] - __s2[1]); if (__s1_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 0-7 |
| 198 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 199 | ))[2] - __s2[2]); if (__s1_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( argv[1] ))[3] - __s2[3]); | TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 0-7 |
| 200 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
never executed: __result = (((const unsigned char *) (const char *) ( argv[1] ))[3] - __s2[3]); | 0-7 |
| 201 | ))[3] - __s2[3]);| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
never executed: __result = (((const unsigned char *) (const char *) ( argv[1] ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : (__builtin_constant_p (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 0-7 |
| 202 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 203 | ) && ((size_t)(const void *)((| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 204 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 205 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 206 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 207 | ) == 1) && (__s2_len = __builtin_strlen (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 208 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 209 | ), __s2_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 210 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 211 | ) && ((size_t)(const void *)((| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 212 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 213 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 214 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 215 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 216 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 217 | , | TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 218 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 219 | ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 220 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 221 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 222 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 223 | ))[0] - __s2[0]); if (__s2_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 0-7 |
| 224 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 225 | ))[1] - __s2[1]); if (__s2_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 0-7 |
| 226 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 227 | ))[2] - __s2[2]); if (__s2_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( "--version" ))[3] - __s2[3]); | TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 0-7 |
| 228 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
never executed: __result = (((const unsigned char *) (const char *) ( "--version" ))[3] - __s2[3]); | 0-7 |
| 229 | ))[3] - __s2[3]);| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
never executed: __result = (((const unsigned char *) (const char *) ( "--version" ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : __builtin_strcmp (| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 0-7 |
| 230 | argv[1]| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 231 | , | TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 232 | "--version"| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 233 | )))); }) | TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
| 2-7 |
| 234 | == 0)| TRUE | evaluated 7 times by 2 tests | | FALSE | evaluated 2 times by 2 tests |
) | 2-7 |
| 235 | version_etc (executed 7 times by 2 tests: version_etc ( stdout , "false", "GNU coreutils", Version, ("Jim Meyering"), (char *) ((void *)0) ); | 7 |
| 236 | stdoutexecuted 7 times by 2 tests: version_etc ( stdout , "false", "GNU coreutils", Version, ("Jim Meyering"), (char *) ((void *)0) ); | 7 |
| 237 | , "false", "GNU coreutils", Version, ("Jim Meyering"),executed 7 times by 2 tests: version_etc ( stdout , "false", "GNU coreutils", Version, ("Jim Meyering"), (char *) ((void *)0) ); | 7 |
| 238 | (char *) executed 7 times by 2 tests: version_etc ( stdout , "false", "GNU coreutils", Version, ("Jim Meyering"), (char *) ((void *)0) ); | 7 |
| 239 | ((void *)0)executed 7 times by 2 tests: version_etc ( stdout , "false", "GNU coreutils", Version, ("Jim Meyering"), (char *) ((void *)0) ); | 7 |
| 240 | );executed 7 times by 2 tests: version_etc ( stdout , "false", "GNU coreutils", Version, ("Jim Meyering"), (char *) ((void *)0) ); | 7 |
| 241 | }executed 9 times by 2 tests: end of block | 9 |
| 242 | | - |
| 243 | returnexecuted 25 times by 2 tests: return 1 ; executed 25 times by 2 tests: return 1 ; | 25 |
| 244 | 1executed 25 times by 2 tests: return 1 ; | 25 |
| 245 | ;executed 25 times by 2 tests: return 1 ; | 25 |
| 246 | } | - |
| | |